From 007f5973fbdbea495f3c5a43ac00c3c85b7c8f93 Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Fri, 15 May 2026 18:45:57 -0500 Subject: [PATCH] added packloader and init py --- src/foreignthon_es/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/foreignthon_es/__init__.py b/src/foreignthon_es/__init__.py index e69de29..2afb9d8 100644 --- a/src/foreignthon_es/__init__.py +++ b/src/foreignthon_es/__init__.py @@ -0,0 +1,4 @@ +from importlib.resources import files + +def get_pack_path(): + return files(__name__) / "es.json"