tree3po commited on
Commit
2876cb1
·
verified ·
1 Parent(s): ac43c36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,9 +1,9 @@
1
  import os
2
- from Kinetix import kinetix
3
 
4
- print(kinetix)
5
- print(kinetix.editor)
6
- k = kinetix.editor()
7
  print(k)
8
  '''os.system(f"""cd Kinetix && pip install -e . &&
9
  pre-commit install &&
 
1
  import os
2
+ from Kinetix.kinetix import editor
3
 
4
+ #print(kinetix)
5
+ print(editor)
6
+ k = editor()
7
  print(k)
8
  '''os.system(f"""cd Kinetix && pip install -e . &&
9
  pre-commit install &&