summaryrefslogtreecommitdiffstats
path: root/clover/controller/control/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'clover/controller/control/wsgi.py')
-rw-r--r--clover/controller/control/wsgi.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/clover/controller/control/wsgi.py b/clover/controller/control/wsgi.py
new file mode 100644
index 0000000..b787e5f
--- /dev/null
+++ b/clover/controller/control/wsgi.py
@@ -0,0 +1,4 @@
+from control import application
+
+if __name__ == "__main__":
+ application.run()