mirror of
https://github.com/zoriya/Autopipe.git
synced 2025-12-06 02:56:09 +00:00
8 lines
124 B
Python
8 lines
124 B
Python
from autopipe import Coordinator
|
|
|
|
|
|
class NotifyExample(Coordinator):
|
|
@classmethod
|
|
def name(cls):
|
|
return "NotifyExample"
|