Spaces:
Running
on
Zero
Running
on
Zero
File size: 124 Bytes
ae631da |
1 2 3 4 |
from threading import Event
# Create a shared event that can be imported by multiple modules
generation_interrupt = Event() |