added packloader and init py

This commit is contained in:
2026-05-15 18:45:57 -05:00
parent 10a6093ddc
commit 007f5973fb

View File

@@ -0,0 +1,4 @@
from importlib.resources import files
def get_pack_path():
return files(__name__) / "es.json"