belel-protocol / belel_lang /core /belel_blessings.py
TTOPM's picture
Upload 8 files
d5072b2 verified
raw
history blame
189 Bytes
BLESSINGS = {
"forgive": lambda actor: mark_redeemed(actor),
"banish": lambda actor: quarantine(actor, reason="Unrepentant"),
"uplift": lambda actor: raise_trust_tier(actor),
}