Update __init__.py

This commit is contained in:
Kostiantyn Kriuchkov 2020-04-15 22:51:17 +03:00 committed by GitHub
parent a66c0f14f4
commit 209cea66c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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