6 lines
120 B
Python
6 lines
120 B
Python
"""Content ingestion agent application package."""
|
|
|
|
from .agent import create_agent_app
|
|
|
|
__all__ = ["create_agent_app"]
|