This commit is contained in:
Ethan 2024-01-21 03:34:01 +09:00
parent 8dceac971a
commit 482b26e12f
No known key found for this signature in database
GPG Key ID: 9BCC97FDA5482E7A

View File

@ -12,7 +12,7 @@ import yaml as yaml_loader
import n64img.image
from tex_archives import TexArchive
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "build")) # terrible
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "build")) # terrible
from mapfs.shape import ShapeFile
script_dir = Path(os.path.dirname(os.path.realpath(__file__)))