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

4 lines
102 B
Python

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