Skeleton ready
This commit is contained in:
4
kernel/application/stop_event.py
Normal file
4
kernel/application/stop_event.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from asyncio import Event
|
||||
|
||||
class StopEvent(Event):
|
||||
pass
|
||||
Reference in New Issue
Block a user