Add Dispatch_V0.1.1

This commit is contained in:
2026-04-29 08:18:54 +04:00
commit a7ede6ded4
404 changed files with 39167 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# hub/ticket/ui/pages/__init__.py
"""Страницы Ticket."""
from .acts_page import ActsPage
from .archive_page import ArchivePage
from .reports_page import ReportsPage
from .report_viewer import ReportViewer
__all__ = [
"ActsPage",
"ArchivePage",
"ReportsPage",
"ReportViewer",
]