NOW NO DISPATCHER IMPORT IN HANDLERS

This commit is contained in:
latand 2021-04-25 23:43:35 +03:00
parent aecdcb9b88
commit ea8e2bf764

View File

@ -1,3 +1 @@
from .error_handler import dp
__all__ = ["dp"]
from . import error_handler