tamil added

This commit is contained in:
2026-05-15 19:35:59 -05:00
parent 75ed62875f
commit e06aa63092
4 changed files with 138 additions and 11 deletions

View File

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