mirror of https://github.com/stijndcl/didier
Add todo
parent
2999bff5a8
commit
ab2df05c6d
|
|
@ -4,6 +4,8 @@ from typing import Set
|
|||
|
||||
|
||||
# TODO fill in non-nulls everywhere
|
||||
# TODO comments
|
||||
|
||||
class BankAccount(Base):
|
||||
__tablename__ = "currencytable"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue