OpenSpace/openspace/cli/commands/__init__.py
2026-07-17 11:43:42 +08:00

5 lines
120 B
Python

"""Slash command backends."""
from .memory_command import execute_memory_command
__all__ = ["execute_memory_command"]