Added base file for serie

This commit is contained in:
Rick
2025-11-08 12:19:34 +01:00
parent 79d76e780c
commit 076765e5c5
7 changed files with 376 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ from app.models.member import (
from app.models.apikey import (
ApiKey,
)
from app.models.serie import (
Serie,
)
engine = create_engine(str(settings.SQLALCHEMY_DATABASE_URI))