summaryrefslogtreecommitdiff
path: root/dns/trio/__init__.py
blob: 744f8807a94eedafd6e88695b704f19a176ac09a (plain)
1
2
3
4
5
6
7
8
# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license

"""trio async I/O library helpers"""

__all__ = [
    'query',
    'resolver',
]