feat: Semaine 8
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from typing import Any, Protocol
|
||||
|
||||
class Usecase(Protocol):
|
||||
def execute(self, *args, **kwargs) -> Any:
|
||||
...
|
||||
Reference in New Issue
Block a user