It seems entry point from `setup.py` is linked with missing funciton ``` entry_points = { 'console_scripts': [ 'simoorg = simoorg.__main__:main' ] } ``` Logic at the `__main__.py` is implemented without `main` function wrapping.
It seems entry point from
setup.pyis linked with missing funcitonLogic at the
__main__.pyis implemented withoutmainfunction wrapping.