mirror of
https://github.com/HKUDS/OpenSpace.git
synced 2026-09-05 08:06:05 +00:00
5 lines
120 B
Python
5 lines
120 B
Python
"""Slash command backends."""
|
|
|
|
from .memory_command import execute_memory_command
|
|
|
|
__all__ = ["execute_memory_command"]
|