Change the running module name (`ntsim.ntsim_2` to just `ntsim`)
Change the running module name (`ntsim.ntsim_2` to just `ntsim`)
Current usage is rather cumbersome python -m ntsim.ntsim_2 ...
.
We have two options:
-
python -m ntsim ...
(for this we need just to define theif __name__ == '__main__':
part in thentsim/__init__.py
) - Make an executable script:
ntsim ...
- it can be defined in thepyproject.toml
as described here
- Show closed items
Link items together to show that they're related or that one is blocking others.