mirror of
https://github.com/facebookresearch/blt.git
synced 2025-01-18 16:37:46 +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"))
|