ai-content-maker/.venv/Lib/site-packages/gruut_lang_de/__init__.py

10 lines
181 B
Python
Raw Normal View History

2024-05-03 04:18:51 +03:00
"""German language resources"""
from pathlib import Path
_DIR = Path(__file__).parent
def get_lang_dir() -> Path:
"""Get directory with language resources"""
return _DIR