from .rtp import RTP class AacDecoder: def __init__(self): ... def parse(self, packet: "bytes"): # rtp = RTP(packet) ...