Files
chat_grid/server/main.py

6 lines
66 B
Python
Raw Normal View History

2026-02-20 08:16:43 -05:00
from app.server import run
if __name__ == "__main__":
run()