mirror of
https://github.com/Justuser3310/ss14_chemistry_site.git
synced 2025-02-08 09:07:38 +00:00
просто запусти питонячий файл
This commit is contained in:
parent
ef87f56239
commit
f0aa026ed1
@ -4,3 +4,6 @@ app = Flask(__name__)
|
|||||||
@app.route("/")
|
@app.route("/")
|
||||||
def app():
|
def app():
|
||||||
render_template("./index.html")
|
render_template("./index.html")
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
app.run()
|
Loading…
Reference in New Issue
Block a user