Spaces:
Runtime error
Runtime error
File size: 587 Bytes
f8286fc ec333dc f1e3c17 e5fa708 2876cb1 f1e3c17 ec333dc f1e3c17 20e3d51 3fca83a ac9762c 4643d7f ac9762c 20e3d51 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
import os
import Kinetix.kinetix as k
print(k)
print(dir(k))
print(k.editor)
#from Kinetix.kinetix import editor
#print(kinetix)
#print(editor)
#k = editor()
#print(k)
#os.system(f"""export PATH=$PATH:{os.getcwd()}/Kinetix && 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")''' |