Spaces:
Runtime error
Runtime error
File size: 256 Bytes
f8286fc 5684043 c187326 f8286fc c187326 |
1 2 3 4 5 6 7 8 9 10 11 12 |
import os
import kinetix
print(kinetix)
print(dir(kinetix))
'''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")
'''
|