added packloader and init py

This commit is contained in:
2026-05-15 18:45:57 -05:00
parent e1986af23d
commit af16ef8415
3 changed files with 58 additions and 0 deletions

View File

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