Fix documentation and code style.

This commit is contained in:
Sergey Vartanov 2022-10-05 17:09:39 +04:00
parent 0e62e4ac90
commit 836caf7138
6 changed files with 17 additions and 14 deletions

View file

@ -34,7 +34,7 @@ __author__ = "Sergey Vartanov"
__email__ = "me@enzet.ru"
ROAD_PRIORITY: float = 40.0
DEFAULT_SIZE = (800.0, 600.0)
DEFAULT_SIZE: tuple[float, float] = (800.0, 600.0)
class Map: