mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com> Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
9 lines
181 B
Python
9 lines
181 B
Python
from pathlib import Path
|
|
|
|
from mealie import __version__
|
|
|
|
APP_VERSION = __version__
|
|
|
|
CWD = Path(__file__).parent
|
|
PACKAGE_DIR = CWD.parent.parent
|
|
BASE_DIR = CWD.parent.parent.parent
|