FreeDATA/modem/command_qrv.py

7 lines
134 B
Python
Raw Permalink Normal View History

2023-11-26 14:23:20 +00:00
from command import TxCommand
class QRVCommand(TxCommand):
def build_frame(self):
return self.frame_factory.build_qrv()