FreeDATA/modem/command_cq.py

7 lines
132 B
Python
Raw Permalink Normal View History

2023-11-23 15:59:53 +00:00
from command import TxCommand
class CQCommand(TxCommand):
def build_frame(self):
return self.frame_factory.build_cq()