diff options
Diffstat (limited to 'testapp.py')
| -rw-r--r-- | testapp.py | 6 |
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() |
