channel-block-tg/handlers/__init__.py
Kostiantyn Kriuchkov 209cea66c0
Update __init__.py
2020-04-15 22:51:17 +03:00

7 lines
111 B
Python

from .errors import dp
from .users import dp
from .groups import dp
from .channels import dp
__all__ = ["dp"]