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