tree3po commited on
Commit
4c07fcb
·
verified ·
1 Parent(s): 5684043

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -1,11 +1,7 @@
1
  import os
2
- import kinetix
3
-
4
- print(kinetix)
5
- print(dir(kinetix))
6
- '''os.system("git clone https://github.com/FlairOx/Kinetix.git")
7
  os.system("cd Kinetix")
8
  os.system("pip install -e .")
9
  os.system("pre-commit install")
10
- #os.system("python3 kinetix/editor.py")
11
- '''
 
1
  import os
2
+ os.system("git clone https://github.com/FlairOx/Kinetix.git")
 
 
 
 
3
  os.system("cd Kinetix")
4
  os.system("pip install -e .")
5
  os.system("pre-commit install")
6
+ os.system(f"python3 {os.getcwd()}/Kinetix/kinetix/editor.py")
7
+