6 lines
87 B
Python
6 lines
87 B
Python
|
|
"""X-Agents API Module."""
|
||
|
|
|
||
|
|
from agents.api.routes import router
|
||
|
|
|
||
|
|
__all__ = ["router"]
|