Fixed circular reference

This commit is contained in:
cantor-set
2024-03-03 20:40:44 -05:00
parent 0a24a8a67a
commit 9d1c02d30d
5 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import sys
import pathlib
sys.path.append(pathlib.Path(f'{__file__}/../modules').parent.resolve())
sys.path.append(pathlib.Path(f'{__file__}/../modules').parent.resolve())