Spaces:
Runtime error
Runtime error
Update kinetix/editor.py
Browse files- kinetix/editor.py +2 -1
kinetix/editor.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
import
|
|
|
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
|