mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 07:19:54 +00:00
5 lines
107 B
Python
5 lines
107 B
Python
import collections
|
|
|
|
TlsConfig = collections.namedtuple('TlsConfig',
|
|
'enable trusted_fingerprints')
|