aboutsummaryrefslogtreecommitdiff
path: root/testapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapp.py')
-rw-r--r--testapp.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/testapp.py b/testapp.py
new file mode 100644
index 0000000..914aa9d
--- /dev/null
+++ b/testapp.py
@@ -0,0 +1,6 @@
+from app.distprocess import DistProcess
+
+d = DistProcess()
+d.start()
+
+d.loop.run()