8 lines
182 B
Python
8 lines
182 B
Python
"""Sub-mode runtime compatibility module."""
|
|
|
|
"""Compatibility exports for the legacy /api/swarms runtime surface."""
|
|
|
|
from .router import swarms_router
|
|
|
|
__all__ = ["swarms_router"]
|