mirror of
https://github.com/samjage/metro-warden.git
synced 2026-06-06 04:30:42 +00:00
Initial commit: Metro Warden TUI network operations center
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
"""Metro Warden tab widgets."""
|
||||
|
||||
from .lines import LinesTab
|
||||
from .routes import RoutesTab
|
||||
from .signals import SignalsTab
|
||||
from .chronicle import ChronicleTab
|
||||
from .registry import RegistryTab
|
||||
from .garrison import GarrisonTab
|
||||
from .settings import SettingsTab
|
||||
|
||||
__all__ = [
|
||||
"LinesTab",
|
||||
"RoutesTab",
|
||||
"SignalsTab",
|
||||
"ChronicleTab",
|
||||
"RegistryTab",
|
||||
"GarrisonTab",
|
||||
"SettingsTab",
|
||||
]
|
||||
Reference in New Issue
Block a user