# 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 SHEETSIZE = 1024 class AtlasDefaults: REGION = "JP" TIMEOUT = 10 MST_SVT_JSON = "https://git.atlasacademy.io/atlasacademy/fgo-game-data/raw/branch/JP/master/mstSvtScript.json"