Add run.py script

This commit is contained in:
miruka 2019-05-01 02:20:17 -04:00
parent 3299aefaf1
commit a8e1973eb2

5
run.py Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env python3
from harmonyqml import run
run()