5 lines
91 B
Python

from app.database import Base
from app.models.user import User
__all__ = ["User", "Base"]