aboutsummaryrefslogtreecommitdiff
path: root/handlers/admin
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2026-03-22 19:56:47 +0300
committerTolmachev Igor <me@igorek.dev>2026-03-22 20:19:27 +0300
commit536d022e8a55f6e53f01dfb7e0fae2ef24385aad (patch)
tree721d7195db7fc12c725b27301f77e345df64d1b4 /handlers/admin
downloadvpn_manager_bot-536d022e8a55f6e53f01dfb7e0fae2ef24385aad.tar.gz
vpn_manager_bot-536d022e8a55f6e53f01dfb7e0fae2ef24385aad.zip
Init project
Diffstat (limited to 'handlers/admin')
-rw-r--r--handlers/admin/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/handlers/admin/__init__.py b/handlers/admin/__init__.py
new file mode 100644
index 0000000..7197879
--- /dev/null
+++ b/handlers/admin/__init__.py
@@ -0,0 +1,3 @@
1from aiogram import Router
2
3router = Router(name="admin")