fleet-memory/web/__init__.py
Nicolò Boschi 42260c29f7 think feat
2025-11-03 18:43:21 +01:00

8 lines
153 B
Python

"""
Web interface for memory system.
Provides FastAPI app and visualization interface.
"""
from .server import app, memory
__all__ = ["app", "memory"]