feat: added todos to trigger pipeline

This commit is contained in:
2024-04-01 20:05:13 +02:00
parent b2b726ed9a
commit 80dfe98a1d

View File

@@ -19,6 +19,9 @@ class Base:
__name__: str
# TODO: Add default representation string
# TODO: Add automated foreign key generation
# Generate __tablename__ automatically
@declared_attr
def __tablename__(cls) -> str: