bbkdevops's picture
download
raw
315 Bytes
from __future__ import annotations
import sys
from pathlib import Path
ROOT = Path(__file__).resolve().parent
AXON_ROOT = ROOT / "axon"
root_text = str(ROOT)
if root_text not in sys.path:
sys.path.insert(0, root_text)
axon_text = str(AXON_ROOT)
if axon_text not in sys.path:
sys.path.append(axon_text)

Xet Storage Details

Size:
315 Bytes
·
Xet hash:
f2b248a00955c960dd187cb0708cfff959e7920ee7f80872901cd9f8d606efc3

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