FreeDATA/freedata_server/command_qrv.py
2024-04-18 11:04:25 +02:00

7 lines
134 B
Python

from command import TxCommand
class QRVCommand(TxCommand):
def build_frame(self):
return self.frame_factory.build_qrv()