mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-10 23:01:53 +02:00
Refactor constructor; change code style.
This commit is contained in:
parent
8509e3c0e2
commit
21be74a8a2
18 changed files with 759 additions and 683 deletions
5
run.py
5
run.py
|
@ -1,3 +1,8 @@
|
|||
"""
|
||||
Röntgen entry point.
|
||||
|
||||
Author: Sergey Vartanov (me@enzet.ru).
|
||||
"""
|
||||
from roentgen.mapper import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue