question_cmd: fixed '--ask' command

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