mirror of
https://github.com/onyx-and-iris/vmr-http.git
synced 2026-04-07 02:13:31 +00:00
add command endpoints
minor bump
This commit is contained in:
5
src/vmr_http/web/command/__init__.py
Normal file
5
src/vmr_http/web/command/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""module for command-related endpoints."""
|
||||
|
||||
from .command import router
|
||||
|
||||
__all__ = ['router']
|
||||
Reference in New Issue
Block a user