tree3po commited on
Commit
81534b7
·
verified ·
1 Parent(s): 581eeac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -14
app.py CHANGED
@@ -1,18 +1,5 @@
1
  import os
2
- import Kinetix.kinetix as k
3
-
4
- print(k)
5
- print(dir(k))
6
- print(k.editor)
7
-
8
- #from Kinetix.kinetix import editor
9
-
10
- #print(kinetix)
11
- #print(editor)
12
- #k = editor()
13
- #print(k)
14
-
15
- #os.system(f"""export PATH=$PATH:{os.getcwd()}/Kinetix && cd Kinetix && python kinetix/editor.py""")
16
 
17
  '''os.system(f"""cd Kinetix && pip install -e . &&
18
  pre-commit install &&
 
1
  import os
2
+ os.system(f"""python kinetix/editor.py""")
 
 
 
 
 
 
 
 
 
 
 
 
 
3
 
4
  '''os.system(f"""cd Kinetix && pip install -e . &&
5
  pre-commit install &&