add command endpoints

minor bump
This commit is contained in:
2026-04-06 21:50:54 +01:00
parent fb1c48c862
commit f44da13de9
6 changed files with 67 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
"""module for command-related endpoints."""
from .command import router
__all__ = ['router']