[FEA] Initial commit

This commit is contained in:
2026-02-07 22:11:22 +01:00
commit bd135f2265
9 changed files with 59 additions and 0 deletions

4
app/schema/base.py Normal file
View File

@@ -0,0 +1,4 @@
from sqlalchemy.orm import DeclarativeBase
class Base(DeclarativeBase):
pass