sabaridsnfuji's picture
download
raw
304 Bytes
"""Make the ``_posterly`` package under ``tools/`` importable in tests
without requiring an editable install."""
from __future__ import annotations
import sys
from pathlib import Path
REPO_ROOT = Path(__file__).resolve().parent.parent
TOOLS_DIR = REPO_ROOT / "tools"
sys.path.insert(0, str(TOOLS_DIR))

Xet Storage Details

Size:
304 Bytes
·
Xet hash:
87ecdfd91a0f21220334c591d764cd7f05371c5c4782d3db6291dc9c5432704d

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.