Viewing File: /home/ubuntu/.local/lib/python3.10/site-packages/gruut_lang_en/__init__.py

"""English language resources"""
from pathlib import Path

_DIR = Path(__file__).parent


def get_lang_dir() -> Path:
    """Get directory with language resources"""
    return _DIR
Back to Directory File Manager