Files
contact/globals.py
T
pdxlocations b68933f555 init
2025-01-09 22:14:15 -08:00

10 lines
194 B
Python

all_messages = {}
channel_list = []
packet_buffer = []
myNodeNum = 0
selected_channel = 0
selected_node = 0
direct_message = False
interface = None
display_log = False
db_file_path = "client.db"