mirror of
https://github.com/HKUDS/OpenSpace.git
synced 2026-08-28 05:15:00 +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"]
|