3 lines
62 B
Python
3 lines
62 B
Python
|
from threading import Semaphore
|
||
|
|
||
|
kivyuisignaler = Semaphore(0)
|