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 users_handler import router
from .users_handler import router