bazarr/libs/dns/rdtypes/txtbase.pyi

7 lines
86 B
Python

from .. import rdata
class TXTBase(rdata.Rdata):
...
class TXT(TXTBase):
...