Files
a2a/a2a_pack/serve/__init__.py
2026-05-08 21:59:51 -03:00

4 lines
69 B
Python

from .asgi import build_app, serve
__all__ = ["build_app", "serve"]