Source code for dns.rdtypes.ANY.WALLET

# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license

import dns.immutable
import dns.rdtypes.txtbase


[docs] @dns.immutable.immutable class WALLET(dns.rdtypes.txtbase.TXTBase): """WALLET record"""