Files
Canto/canto-backend/core/database.py
bdim404 2fa9c1fcb6 refactor: rename backend/frontend dirs and remove NovelWriter submodule
- Rename qwen3-tts-backend → canto-backend
- Rename qwen3-tts-frontend → canto-frontend
- Remove NovelWriter embedded repo

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 18:03:29 +08:00

4 lines
135 B
Python

from db.database import Base, engine, SessionLocal, get_db, init_db
__all__ = ['Base', 'engine', 'SessionLocal', 'get_db', 'init_db']