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()