kinet-test / app.py
tree3po's picture
Update app.py
ad6a20f verified
raw
history blame
488 Bytes
import os
import Kinetix
#from Kinetix.kinetix import editor
#print(kinetix)
#print(editor)
#k = editor()
#print(k)
os.system("""cd Kinetix && python kinetix/editor.py""")
'''os.system(f"""cd Kinetix && pip install -e . &&
pre-commit install &&
export PATH=$PATH:{os.getcwd()}/Kinetix/kinetix &&
cd {os.getcwd()} && python {os.getcwd()}/Kinetix/kinetix/editor.py""")
#os.system(f"export PATH=$PATH:{os.getcwd()}/Kinetix/kinetix")
#os.system("cd Kinetix/kinetix && python editor.py")'''