Spaces:
Running
Running
File size: 141 Bytes
bcc039b |
1 2 3 4 5 6 |
# Copyright (c) Meta Platforms, Inc. and affiliates.
import os
from pathlib import Path
BLT_DATA = Path(os.environ.get("BLT_DATA", "data"))
|