add shebang

This commit is contained in:
2014-10-30 11:28:59 +01:00
parent 7a4b36d4d9
commit d1a5bcdc45

View File

@@ -1,2 +1,3 @@
#!/usr/bin/env python3
from application import app
app.run(debug=True)