diff --git a/the_snake.py b/the_snake.py index cc75966..8ba30ee 100644 --- a/the_snake.py +++ b/the_snake.py @@ -49,7 +49,7 @@ class GameObject: def __init__(self): """Инициализация объекта.""" self.position_ = [] - + @property def position(self) -> list: """