aboutsummaryrefslogtreecommitdiffhomepage
path: root/wsgi.py
diff options
context:
space:
mode:
authorMarvin Borner2018-06-28 21:34:31 +0200
committerMarvin Borner2018-06-28 21:34:31 +0200
commitfb063381707ccd624b1e31734ab0898d23ecd7bd (patch)
treecc5abad4e932655988bb4aa9e4ebcd19095794df /wsgi.py
parent15793496e8d56769c792cf39673c6e6dea3ec4d9 (diff)
Began blockchain
Diffstat (limited to 'wsgi.py')
-rw-r--r--wsgi.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/wsgi.py b/wsgi.py
new file mode 100644
index 0000000..ad4c95b
--- /dev/null
+++ b/wsgi.py
@@ -0,0 +1,4 @@
+from blockchain import application
+
+if __name__ == "__main__":
+ application.run()