Revert "Remove AI"

This reverts commit dc3a82a85e.
This commit is contained in:
Jeroen Oudshoorn
2024-01-05 14:05:29 +01:00
parent 3e5bea0d5d
commit 83e97d7568
4 changed files with 35 additions and 1 deletions

View File

@ -26,6 +26,11 @@ class Voice:
self._('New day, new hunt, new pwns!'),
self._('Hack the Planet!')])
def on_ai_ready(self):
return random.choice([
self._('AI ready.'),
self._('The neural network is ready.')])
def on_keys_generation(self):
return random.choice([
self._('Generating keys, do not turn off ...')])