diff --git a/database/models.py b/database/models.py index 8a50733..031a280 100644 --- a/database/models.py +++ b/database/models.py @@ -4,6 +4,8 @@ from typing import Set # TODO fill in non-nulls everywhere +# TODO comments + class BankAccount(Base): __tablename__ = "currencytable"