From a8e1973eb2a55c7794eea8b8906bc6905668ca15 Mon Sep 17 00:00:00 2001 From: miruka Date: Wed, 1 May 2019 02:20:17 -0400 Subject: [PATCH] Add run.py script --- run.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 run.py diff --git a/run.py b/run.py new file mode 100755 index 00000000..c81300aa --- /dev/null +++ b/run.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 + +from harmonyqml import run + +run()