mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
6 lines
134 B
Python
6 lines
134 B
Python
from command import TxCommand
|
|
|
|
class QRVCommand(TxCommand):
|
|
|
|
def build_frame(self):
|
|
return self.frame_factory.build_qrv()
|