Files
vmr-http/src/vmr_http/web/command/__init__.py
2026-04-06 21:50:54 +01:00

6 lines
95 B
Python

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