ai-content-maker/.venv/Lib/site-packages/langcodes/util.py

9 lines
182 B
Python
Raw Permalink Normal View History

2024-05-03 04:18:51 +03:00
from pkg_resources import resource_filename
DATA_ROOT = resource_filename('langcodes', 'data')
import os
def data_filename(filename):
return os.path.join(DATA_ROOT, filename)