irctest/irctest/tls.py

5 lines
107 B
Python

import collections
TlsConfig = collections.namedtuple('TlsConfig',
'enable trusted_fingerprints')