4 lines
97 B
Python

from app.database.connection import Base, engine, get_db
__all__ = ["Base", "engine", "get_db"]