mirror of
https://github.com/onyx-and-iris/vmr-http.git
synced 2026-04-07 02:13:31 +00:00
6 lines
95 B
Python
6 lines
95 B
Python
"""module for command-related endpoints."""
|
|
|
|
from .command import router
|
|
|
|
__all__ = ['router']
|