Release Candidate 1 for the people
This commit is contained in:
parent
174dd557e5
commit
fbda98805f
10 changed files with 235 additions and 117 deletions
atlasimagecomposer/config
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue