skyeweave/atlasimagecomposer/config/config.py
Firq 3d546df0e0
Some checks failed
/ pylint (push) Successful in 3m13s
/ mypy (push) Has been cancelled
/ lint-and-typing (push) Failing after 4m57s
/ publish-artifacts (push) Has been skipped
/ build-artifacts (push) Has been skipped
/ release (push) Successful in 1m43s
Fixed a lot of issues
2024-10-04 20:18:56 +02:00

14 lines
259 B
Python

# 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"