frames: add pass to DTMFFrames

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-31 18:37:40 -08:00
parent 95f0dbf3f3
commit 6c7474e1a2

View File

@@ -407,11 +407,15 @@ class DTMFFrame(DataFrame):
class InputDTMFFrame(DTMFFrame):
"""A DTMF button input"""
pass
@dataclass
class OutputDTMFFrame(DTMFFrame):
"""A DTMF button output"""
pass
#
# System frames