refactor: rename canto-backend → backend, canto-frontend → frontend
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
3
backend/core/database.py
Normal file
3
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