stable initial
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from __future__ import annotations
|
||||
from ezgg_website import app
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run_as_web_server(host="0.0.0.0", port=8080)
|
||||
Reference in New Issue
Block a user