5 lines
82 B
Python
5 lines
82 B
Python
from .tickets import Ticket
|
|
from .users import User
|
|
|
|
__all__ = ["Ticket", "User"]
|