Homepage/ezgg_website/main.py
David Rodenkirchen 1831149e4c stable initial
2024-05-24 17:38:28 +02:00

6 lines
145 B
Python

from __future__ import annotations
from ezgg_website import app
if __name__ == "__main__":
app.run_as_web_server(host="0.0.0.0", port=8080)