sharktide/shield / models /decisions.py
sharktide's picture
download
raw
214 Bytes
from typing import Literal
Decision = Literal["allow", "challenge", "rate_limit", "review", "block"]
DECISION_ORDER = {
"allow": 0,
"challenge": 1,
"rate_limit": 2,
"review": 3,
"block": 4,
}

Xet Storage Details

Size:
214 Bytes
·
Xet hash:
db4508263c3674e0f2b6f127cc0c84657bd93c602dc22652d6308b4a2337d185

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