From 755d1dda2a1eb1c26fa7bc12328e2bca25256257 Mon Sep 17 00:00:00 2001 From: Ben Connors Date: Fri, 18 Oct 2019 23:02:12 -0400 Subject: Get a decent start on the actual interface - Can edit, create, delete scenes - Basic saving --- interface/globals.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 interface/globals.py (limited to 'interface/globals.py') diff --git a/interface/globals.py b/interface/globals.py new file mode 100644 index 0000000..64e70a6 --- /dev/null +++ b/interface/globals.py @@ -0,0 +1,3 @@ +import threading + +CURSES_LOCK = threading.RLock() -- cgit v1.2.3