This commit is contained in:
Kostiantyn Kriuchkov
2020-08-05 21:14:07 +03:00
parent 0fe2a204e5
commit b979719aaf
5 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,4 @@
from .errors import dp
from .users import dp
from .groups import dp
from .channels import dp
__all__ = ["dp"]