dotfiles/hm/desktop/frobar/frobar/notbusy.py

6 lines
70 B
Python

#!/usr/bin/env python3
import threading
notBusy = threading.Event()