bgg_api/src/config/definitions.py

7 lines
206 B
Python
Raw Normal View History

import os
2024-08-02 11:22:08 +02:00
ROOT_PATH = project_root = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
2024-08-02 12:06:53 +02:00
SECRETS_FILE_PATH = ROOT_PATH + '/secrets/auth.yaml'
BGG_MAX_THING_BOARDGAMES = 20
BGG_PLAY_PAGE_SIZE = 100