mirror of
https://github.com/facebookresearch/blt.git
synced 2025-01-18 08:27:45 +00:00
6 lines
141 B
Python
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"))
|