This website works better with JavaScript.
Home
Help
Sign In
ben
/
bitshift
mirror of
https://github.com/earwig/bitshift
Watch
1
Star
1
Fork
0
Code
Releases
1
Activity
Browse Source
app.py
tags/v1.0^2
Ben Kurtovic
10 years ago
parent
e3b711ade3
commit
02c58909a7
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
app.py
+ 7
- 0
app.py
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save