atropos/atroposlib/api/__init__.py
2025-04-29 12:10:10 -07:00

3 lines
43 B
Python

from .server import app
__all__ = ["app"]