2025-05-17 02:28:21 +00:00

3 lines
82 B
Python

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