added packloader and init py
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from importlib.resources import files
|
||||
|
||||
def get_pack_path():
|
||||
return files(__name__) / "es.json"
|
||||
|
||||
Reference in New Issue
Block a user