mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
4 lines
89 B
Python
4 lines
89 B
Python
|
from queues import DATA_QUEUE_TRANSMIT
|
||
|
|
||
|
def cqcqcq():
|
||
|
DATA_QUEUE_TRANSMIT.put(["CQ"])
|