chore: Global project refactoring

This commit is contained in:
ITQ
2024-03-23 10:47:39 +03:00
parent 1802ce81b0
commit 7b28635f09
21 changed files with 143 additions and 116 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
__all__ = ()
__all__ = ("router",)
from aiogram import F, Router
from aiogram.filters import Command, StateFilter