6 lines
97 B
Python
6 lines
97 B
Python
"""Commands module."""
|
|
|
|
from .dispatcher import dispatch_command
|
|
|
|
__all__ = ["dispatch_command"]
|