Release Candidate 1 for the people

This commit is contained in:
Firq 2024-10-05 14:01:50 +02:00
parent 174dd557e5
commit fbda98805f
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
10 changed files with 235 additions and 117 deletions
atlasimagecomposer/config

View file

@ -1,13 +1,16 @@
# 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
FACESIZE = 256
SHEETSIZE = 1024
class AtlasDefaults:
REGION = "JP"
TIMEOUT = 10