Initial commit
This commit is contained in:
7
backend/app/__init__.py
Normal file
7
backend/app/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
App package initialization
|
||||
"""
|
||||
|
||||
from app.database import Base, get_db, engine, AsyncSessionLocal
|
||||
|
||||
__all__ = ["Base", "get_db", "engine", "AsyncSessionLocal"]
|
||||
Reference in New Issue
Block a user