4 lines
98 B
Python

from .base import Base
from .session import get_db, engine
__all__ = ["Base", "get_db", "engine"]