blt/bytelatent/constants.py

6 lines
141 B
Python
Raw Normal View History

2024-12-12 23:32:30 +00:00
# Copyright (c) Meta Platforms, Inc. and affiliates.
import os
from pathlib import Path
BLT_DATA = Path(os.environ.get("BLT_DATA", "data"))