question_cmd: fixed '--ask' command

This commit is contained in:
2023-09-10 07:52:07 +02:00
parent 1e3bfdd67f
commit b937ad45d4
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