Files
chat_grid/server/main.py

8 lines
126 B
Python
Raw Permalink Normal View History

"""Executable wrapper for running the signaling server."""
2026-02-20 08:16:43 -05:00
from app.server import run
if __name__ == "__main__":
run()