yawning_titan.networks.network.RandomEntryNodePreference# class yawning_titan.networks.network.RandomEntryNodePreference(value)[source]# Bases: Enum Preference of hw the random entry nodes are placed. Attributes CENTRAL Prefer central nodes. EDGE Prefer edge nodes. NONE No preference. CENTRAL = 'CENTRAL'# Prefer central nodes. EDGE = 'EDGE'# Prefer edge nodes. NONE = 'NONE'# No preference.