question_cmd: fixed '--ask' command

This commit is contained in:
2023-09-10 07:52:07 +02:00
parent dd3d3ffc82
commit cf50818f28
3 changed files with 30 additions and 10 deletions
+6
View File
@@ -66,3 +66,9 @@ class AI(Protocol):
and is not implemented for all AIs.
"""
raise NotImplementedError
def print(self) -> None:
"""
Print some info about the current AI, like system message.
"""
pass