mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
6 lines
94 B
Python
6 lines
94 B
Python
from pathlib import Path
|
|
|
|
CWD = Path(__file__).parent
|
|
|
|
en_US = CWD / "locales" / "en-US.json"
|