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

8 lines
141 B
Python
Raw Normal View History

2022-10-01 04:25:46 +00:00
from enum import IntEnum, auto
class WotCommand(IntEnum):
TRUST = 1
REVOKE_TRUST = auto()
ANNOUNCE = auto()
REVOKE = auto()