fix: Cleaning up the code base

This commit is contained in:
Lino Mallevaey
2025-08-18 21:07:24 +02:00
parent 49bcb38261
commit 6f4dc2244a
6 changed files with 25 additions and 43 deletions

View File

@@ -8,3 +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