diff options
author | Ben Connors <benconnors@outlook.com> | 2019-10-18 23:02:12 -0400 |
---|---|---|
committer | Ben Connors <benconnors@outlook.com> | 2019-10-18 23:02:12 -0400 |
commit | 755d1dda2a1eb1c26fa7bc12328e2bca25256257 (patch) | |
tree | 272a917fea560e93f28602806727f0d2b315d185 /interface/globals.py | |
parent | bd3feef1499353af4410a52ee88dcb07f5dd08c0 (diff) |
Get a decent start on the actual interface
- Can edit, create, delete scenes
- Basic saving
Diffstat (limited to 'interface/globals.py')
-rw-r--r-- | interface/globals.py | 3 |
1 files changed, 3 insertions, 0 deletions
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() |