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