bgg_api/src/config/definitions.py

4 lines
150 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__)))
SECRETS_FILE_PATH = ROOT_PATH + '/secrets/auth.yaml'