tree3po commited on
Commit
f1e3c17
·
verified ·
1 Parent(s): 191f3da

Update app.py

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