blc2 - Python library and frontend for running theatrical lighting and SFX. Written for the English 2041F fall 2019 theatre production of "The Cenci".

git clone https://benconnors.ca/git-repos/blc2

Log | Files | Refs

globals.py (50B) - raw


      1 import threading
      2 
      3 CURSES_LOCK = threading.RLock()