5 lines
147 B
Python
5 lines
147 B
Python
from app.db.base import Base
|
|
from app.db.session import get_session_factory, init_engine
|
|
|
|
__all__ = ("Base", "get_session_factory", "init_engine")
|