All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 50s
4 lines
107 B
Python
4 lines
107 B
Python
from app.frontend.controller import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run(debug=True, host="0.0.0.0") |