Onionr/static-data/default-plugins/wot/wot/identityset.py

4 lines
102 B
Python
Raw Normal View History

from typing import Set
# Set of identites within N-distance trust
identities: Set['Identity'] = set()