mirror of
https://github.com/Ladebeze66/projetcbaollm.git
synced 2025-12-16 14:47:49 +01:00
3 lines
63 B
Python
3 lines
63 B
Python
class OutCallback:
|
|
def __call__(self, s: str) -> None: ...
|