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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,5 +1,8 @@
1
  import os
2
- from kinetix import editor
 
 
 
3
  '''os.system("git clone https://github.com/FlairOx/Kinetix.git")
4
  os.system("cd Kinetix")
5
  os.system("pip install -e .")
 
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 .")