6 lines
70 B
Python
6 lines
70 B
Python
#!/usr/bin/env python3
|
|
|
|
import threading
|
|
|
|
notBusy = threading.Event()
|