Fix code style.

This commit is contained in:
Sergey Vartanov 2021-09-08 04:19:41 +03:00
parent 2bd89a6539
commit 94f0897084
5 changed files with 15 additions and 8 deletions

View file

@ -3,5 +3,8 @@ Map Machine entry point.
"""
from map_machine.main import main
__author__ = "Sergey Vartanov"
__email__ = "me@enzet.ru"
if __name__ == "__main__":
main()