Update init routing for handlers

This commit is contained in:
hteppl
2025-03-26 01:11:54 +03:00
parent ddbc37ed13
commit ed9fc56e17
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
__all__ = ("router",)
from backups_handler import router
from .backups_handler import router
+1 -1
View File
@@ -1,3 +1,3 @@
__all__ = ("router",)
from bans_handler import router
from .bans_handler import router
+1 -1
View File
@@ -1,3 +1,3 @@
__all__ = ("router",)
from clusters_handler import router
from .clusters_handler import router
+1 -1
View File
@@ -1,3 +1,3 @@
__all__ = ("router",)
from coupons_handler import router
from .coupons_handler import router
+1 -1
View File
@@ -1,3 +1,3 @@
__all__ = ("router",)
from management_handler import router
from .management_handler import router
+1 -1
View File
@@ -1,3 +1,3 @@
__all__ = ("router",)
from panel_handler import router
from .panel_handler import router
+1 -1
View File
@@ -1,3 +1,3 @@
__all__ = ("router",)
from restart_handler import router
from .restart_handler import router
+1 -1
View File
@@ -1,3 +1,3 @@
__all__ = ("router",)
from sender_handler import router
from .sender_handler import router
+1 -1
View File
@@ -1,3 +1,3 @@
__all__ = ("router",)
from servers_handler import router
from .servers_handler import router
+1 -1
View File
@@ -1,3 +1,3 @@
__all__ = ("router",)
from stats_handler import router
from .stats_handler import router
+1 -1
View File
@@ -1,3 +1,3 @@
__all__ = ("router",)
from users_handler import router
from .users_handler import router