Bckn funcion

This commit is contained in:
2026-03-17 11:09:30 -06:00
parent 5e58d53416
commit d691b71c44
17 changed files with 406 additions and 224 deletions

View File

@@ -3,6 +3,7 @@
from .user import User
from .tenant import Tenant
from .ticket import Ticket
from .issue import TicketIssue, ticket_issue_tagged_users
from .comment import TicketComment
from .system import System
from .category import Category
@@ -13,8 +14,9 @@ from .refresh_token import RefreshToken
__all__ = [
"User",
"Tenant",
"Tenant",
"Ticket",
"TicketIssue",
"TicketComment",
"System",
"Category",