Dummy-type query objects

This commit is contained in:
Matthias
2023-02-14 09:56:42 +00:00
parent a553a9923a
commit b62830031f
2 changed files with 7 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ class PairLock(_DECL_BASE):
Pair Locks database model.
"""
__tablename__ = 'pairlocks'
# TODO: Properly type query.
query: Any
id = Column(Integer, primary_key=True)