Files
malenia/db/models/__init__.py

5 lines
82 B
Python

from .tickets import Ticket
from .users import User
__all__ = ["Ticket", "User"]