mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-06 16:03:12 -05: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"
|