Build Dockerized MVP scaffold and records importer
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""Compatibility imports; new code should use :mod:`app.database`."""
|
||||
|
||||
from .database import Base, SessionLocal, engine, get_session
|
||||
|
||||
get_db = get_session
|
||||
|
||||
__all__ = ["Base", "SessionLocal", "engine", "get_db", "get_session"]
|
||||
Reference in New Issue
Block a user