Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
bitshift
réplica de
https://github.com/earwig/bitshift
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
1
Actividad
Explorar el Código
app.py
tags/v1.0^2
Ben Kurtovic
hace 10 años
padre
e3b711ade3
commit
02c58909a7
Se han
modificado 1 ficheros
con
7 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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)
Escribir
Vista previa
Cargando…
Cancelar
Guardar