Files
FeatureOrientedSkeleton/kernel/application/stop_event.py
2026-07-08 23:01:55 +04:00

5 lines
60 B
Python

from asyncio import Event
class StopEvent(Event):
pass