Refactor constructor; change code style.

This commit is contained in:
Sergey Vartanov 2020-09-05 19:44:28 +03:00
parent 8509e3c0e2
commit 21be74a8a2
18 changed files with 759 additions and 683 deletions

5
run.py
View file

@ -1,3 +1,8 @@
"""
Röntgen entry point.
Author: Sergey Vartanov (me@enzet.ru).
"""
from roentgen.mapper import main
if __name__ == "__main__":