Remove whitespaces

This commit is contained in:
Kirill Samoylenkov 2025-10-29 23:28:54 +05:00
parent 467586cf60
commit 3f4d67c778

View file

@ -49,7 +49,7 @@ class GameObject:
def __init__(self):
"""Инициализация объекта."""
self.position_ = []
@property
def position(self) -> list:
"""