Files

6 lines
141 B
Python
Raw Permalink Normal View History

"""FusionAGI API: FastAPI gateway for Dvādaśa sessions and prompts."""
from fusionagi.api.app import create_app
__all__ = ["create_app"]