6 lines
82 B
Python
6 lines
82 B
Python
from .help import dp
|
|
from .start import dp
|
|
from .echo import dp
|
|
|
|
__all__ = ["dp"]
|