Make cmm q -a "test" completely work, similar as before, tests are not fixed yet.

This commit is contained in:
Oleksandr Kozachuk
2023-09-09 19:24:45 +02:00
parent 39b518a8a6
commit 1a47fc0a7b
4 changed files with 30 additions and 13 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