File size: 298 Bytes
f8286fc
4c07fcb
f8286fc
8e4ec6b
 
 
6fbc720
 
4c07fcb
6fbc720
1
2
3
4
5
6
7
8
9
10
import os
os.system("git clone https://github.com/FlairOx/Kinetix.git")
os.system("cd Kinetix")
os.system("pip install Kinetix")
#os.system("pip install -e .")
#os.system("pre-commit install")
#os.system(f"python {os.getcwd()}/Kinetix/kinetix/editor.py")
from Kinetix import kinetix

print(kinetix)