3
qwen3-tts-backend/core/database.py
Normal file
3
qwen3-tts-backend/core/database.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from db.database import Base, engine, SessionLocal, get_db, init_db
|
||||
|
||||
__all__ = ['Base', 'engine', 'SessionLocal', 'get_db', 'init_db']
|
||||
Reference in New Issue
Block a user