fix: Correction of configuration and database models

This commit is contained in:
Lino Mallevaey
2025-08-19 12:18:05 +02:00
parent 756af47782
commit c30ce3af56
3 changed files with 97 additions and 47 deletions

View File

@@ -8,4 +8,4 @@ __version__ = "1.0.0"
from .engine import engine, async_engine
from .session import SessionLocal, AsyncSessionLocal, get_db, get_async_db
from .models import Base
from .models import *