dotfiles/config/nix/hm/frobar/frobar/notbusy.py
Geoffrey Frogeye 47a19d7f82
nix: frobar
Semi-proper Python packaging, and non-conflicting names, yahoo!
2023-11-19 20:51:05 +01:00

6 lines
70 B
Python

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