feat: add base FastAPI project structure with static frontend and API v1
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Database package for MokPyo application.
|
||||
|
||||
- Expose engine and session objects for easy imports
|
||||
"""
|
||||
|
||||
__version__ = "1.0.0"
|
||||
|
||||
from .engine import engine, async_engine
|
||||
from .session import SessionLocal, AsyncSessionLocal, get_db, get_async_db
|
||||
|
||||
Reference in New Issue
Block a user