blt/bytelatent/constants.py
2024-12-12 15:32:30 -08:00

6 lines
141 B
Python

# Copyright (c) Meta Platforms, Inc. and affiliates.
import os
from pathlib import Path
BLT_DATA = Path(os.environ.get("BLT_DATA", "data"))