aboutsummaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2014-09-07 19:12:19 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2014-09-07 19:12:19 -0400
commit2e1b9a4df2724b2ac61f39dcb3d9cbdf3a0ee306 (patch)
tree8c66f2d9c0b9a46693a2effc39f9332824e7a804 /main.py
parent6a54a1e23057f9173e765d32ea8575505bb55b23 (diff)
downloadocr-layer-curation-2e1b9a4df2724b2ac61f39dcb3d9cbdf3a0ee306.tar.gz
script to launch the server
Diffstat (limited to 'main.py')
-rw-r--r--main.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.py b/main.py
new file mode 100644
index 0000000..83ef6fc
--- /dev/null
+++ b/main.py
@@ -0,0 +1,4 @@
+from web import server
+
+if __name__=="__main__":
+ server.run()