tree3po commited on
Commit
01831e9
·
verified ·
1 Parent(s): 5ef8171

Update kinetix/editor.py

Browse files
Files changed (1) hide show
  1. kinetix/editor.py +2 -1
kinetix/editor.py CHANGED
@@ -1,4 +1,5 @@
1
- import Kinetix.kinetix as kinetix
 
2
  import itertools
3
  import time
4
  from timeit import default_timer as tmr
 
1
+ import os
2
+ os.system(f"cd {os.getcwd()}/Kinetix")
3
  import itertools
4
  import time
5
  from timeit import default_timer as tmr