Merge main.

This commit is contained in:
Sergey Vartanov 2022-09-07 02:47:46 +03:00
commit d5ef4aba4e
76 changed files with 2724 additions and 981 deletions

View file

@ -1,6 +1,4 @@
"""
Point: node representation on the map.
"""
"""Point: node representation on the map."""
import logging
from typing import Dict, List, Optional, Set