Initial commit

This commit is contained in:
Pedro Rodriguez 2024-12-12 15:32:30 -08:00
commit bcc039bb75
86 changed files with 12203 additions and 0 deletions

5
bytelatent/constants.py Normal file
View file

@ -0,0 +1,5 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
import os
from pathlib import Path
BLT_DATA = Path(os.environ.get("BLT_DATA", "data"))