feat: Semaine 8
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from typing import Protocol
|
||||
|
||||
from domain.entities import Alert
|
||||
|
||||
class Notifier(Protocol):
|
||||
def send_alert(self, alert: Alert) -> None:
|
||||
...
|
||||
Reference in New Issue
Block a user