ch11-24: clean up by @eumiro & sync with Atlas
This commit is contained in:
5
13-protocol-abc/typing/randompick.py
Normal file
5
13-protocol-abc/typing/randompick.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from typing import Protocol, runtime_checkable, Any
|
||||
|
||||
@runtime_checkable
|
||||
class RandomPicker(Protocol):
|
||||
def pick(self) -> Any: ...
|
||||
Reference in New Issue
Block a user