mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-15 04:40:36 +02:00
feat: added todos to trigger pipeline
This commit is contained in:
@@ -19,6 +19,9 @@ class Base:
|
|||||||
|
|
||||||
__name__: str
|
__name__: str
|
||||||
|
|
||||||
|
# TODO: Add default representation string
|
||||||
|
# TODO: Add automated foreign key generation
|
||||||
|
|
||||||
# Generate __tablename__ automatically
|
# Generate __tablename__ automatically
|
||||||
@declared_attr
|
@declared_attr
|
||||||
def __tablename__(cls) -> str:
|
def __tablename__(cls) -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user