mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-02 14:28:59 +02:00
6 lines
163 B
Python
6 lines
163 B
Python
"""Module-level entrypoint so `python -m backend.apps.x_mcp_shim` works."""
|
|
from backend.apps.x_mcp_shim.server import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|