Files
chat_grid/server/main.py
2026-02-20 08:16:43 -05:00

6 lines
66 B
Python

from app.server import run
if __name__ == "__main__":
run()