feat: added stop command, updated command processing, created .env.example

This commit is contained in:
Arduinum628
2025-09-16 09:50:07 +03:00
parent e5646407a2
commit 7318343acc
4 changed files with 42 additions and 25 deletions

View File

@@ -18,6 +18,7 @@ class CommandsRobot(ModelConfig):
backward: str
left: str
right: str
stop: str
def get_list_commands(self):
"""Метод вернёт список всех команд"""