Explorar el Código

app.py

tags/v1.0^2
Ben Kurtovic hace 10 años
padre
commit
02c58909a7
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      app.py

+ 7
- 0
app.py Ver fichero

@@ -0,0 +1,7 @@
from flask import Flask

app = Flask(__name__)
app.secret_key = "\x03#\xa8\xf3!\xddHd\x11\x8dx\xd9mR\xb2\xfb\x89LH^\x05\xe7\xc6F"

if __name__ == "__main__":
app.run(debug=True)

Cargando…
Cancelar
Guardar