irctest/irctest/tls.py

4 lines
99 B
Python

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