"""module for command-related endpoints.""" from .command import router __all__ = ['router']