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', ]