channel-block-tg/handlers/users/__init__.py
Kostiantyn Kriuchkov eab45a5088 Deleted mysql support, redis password, webhook, keyboard constructors, filters, loguru.
Added support of decorators in handlers
Added function to notify admins on startup
2020-04-14 01:50:57 +03:00

6 lines
82 B
Python

from .help import dp
from .start import dp
from .echo import dp
__all__ = ["dp"]