Files
chat_grid/server/main.py
2026-02-21 16:51:07 -05:00

8 lines
126 B
Python

"""Executable wrapper for running the signaling server."""
from app.server import run
if __name__ == "__main__":
run()