Add Dispatch_V0.1.1
This commit is contained in:
16
Dispatch_V0.1.1/ui/pages/__init__.py
Normal file
16
Dispatch_V0.1.1/ui/pages/__init__.py
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user