Fix documentation.

This commit is contained in:
Sergey Vartanov 2022-06-25 21:01:13 +03:00
parent c7811a3218
commit b2a071b4b3
6 changed files with 10 additions and 16 deletions

View file

@ -1,6 +1,4 @@
"""
Map Machine entry point.
"""
"""Map Machine entry point."""
from map_machine.main import main
__author__ = "Sergey Vartanov"