From 16a16d9ba71edc986eb3f75c25186ab83644f3ae Mon Sep 17 00:00:00 2001 From: Keshav Anand Date: Sat, 13 Jun 2026 12:39:38 -0400 Subject: [PATCH] fixed init.py path --- src/foreignthon_te/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/foreignthon_te/__init__.py b/src/foreignthon_te/__init__.py index 105e737..e0b2dcb 100644 --- a/src/foreignthon_te/__init__.py +++ b/src/foreignthon_te/__init__.py @@ -26,4 +26,4 @@ except PackageNotFoundError: def get_pack_path(): # TODO: Modify this path - return files(__name__) / "template.json" \ No newline at end of file + return files(__name__) / "te.json" \ No newline at end of file