mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-02 16:19:20 +02:00
Fix documentation and code style.
This commit is contained in:
parent
0e62e4ac90
commit
836caf7138
6 changed files with 17 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue