"""Commands module.""" from .dispatcher import dispatch_command __all__ = ["dispatch_command"]