Stijn De Clercq 2021-06-21 23:52:55 +02:00
parent 2999bff5a8
commit ab2df05c6d
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ from typing import Set
# TODO fill in non-nulls everywhere
# TODO comments
class BankAccount(Base):
__tablename__ = "currencytable"