Source code for sportslabkit.constants

import os
from pathlib import Path


[docs]CACHE_DIR = Path(os.path.expanduser("~/.cache/sportslabkit/"))