kinet-test / app.py
tree3po's picture
Create app.py
f8286fc verified
raw
history blame
196 Bytes
import os
os.system("git clone https://github.com/FlairOx/Kinetix.git")
os.system("cd Kinetix")
os.system("pip install -e .")
os.system("pre-commit install")
os.system("python3 kinetix/editor.py")