dotfiles/hm/desktop/frobar/frobar/common.py

6 lines
70 B
Python
Raw Normal View History

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