Onionr/static-data/official-plugins/wot/wot/wotcommand.py

8 lines
141 B
Python

from enum import IntEnum, auto
class WotCommand(IntEnum):
TRUST = 1
REVOKE_TRUST = auto()
ANNOUNCE = auto()
REVOKE = auto()