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 fill in non-nulls everywhere
|
||||||
|
# TODO comments
|
||||||
|
|
||||||
class BankAccount(Base):
|
class BankAccount(Base):
|
||||||
__tablename__ = "currencytable"
|
__tablename__ = "currencytable"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue