sharktide/shield / models /entities.py
sharktide's picture
download
raw
268 Bytes
from __future__ import annotations
from dataclasses import asdict, dataclass
from typing import Any, Dict
@dataclass(frozen=True)
class EntityReference:
entity_type: str
entity_hash: str
def to_dict(self) -> Dict[str, Any]:
return asdict(self)

Xet Storage Details

Size:
268 Bytes
·
Xet hash:
9fb431881db9262df9b2aa73c53d02f0c37823c6f829dc782537ac13630ea838

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