mirror of
https://github.com/pdxlocations/contact.git
synced 2026-03-28 17:12:35 +01:00
13 lines
230 B
Python
13 lines
230 B
Python
interface = None
|
|
display_log = False
|
|
all_messages = {}
|
|
channel_list = []
|
|
notifications = []
|
|
packet_buffer = []
|
|
node_list = []
|
|
myNodeNum = 0
|
|
selected_channel = 0
|
|
selected_message = 0
|
|
selected_node = 0
|
|
current_window = 0
|
|
lock = None |