skyeweave/atlasimagecomposer/config/config.py

14 lines
259 B
Python
Raw Permalink Normal View History

2024-10-04 18:18:56 +00:00
# pylint: disable=too-few-public-methods
import pathlib
class Paths:
_root = pathlib.Path(__file__).parents[1]
IMAGES = _root / ".temp"
OUTPUT = _root / ".out"
class ExpressionDefaults:
faceSize = 256
class AtlasDefaults:
REGION = "JP"