From 0ebc79354ace812731a5c9a0a670cecd1ea941d7 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 29 May 2025 15:03:06 -0700 Subject: Move core app logic into folder --- shared_thread_data.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 shared_thread_data.py (limited to 'shared_thread_data.py') diff --git a/shared_thread_data.py b/shared_thread_data.py deleted file mode 100644 index ba0a419..0000000 --- a/shared_thread_data.py +++ /dev/null @@ -1,9 +0,0 @@ -import threading - -class SharedThreadData: - def __init__(self, cfg): - self.word = "" - self.word_lock = threading.Lock() - self.exit_event = threading.Event() - self.cfg = cfg - -- cgit v1.2.3