Skip to content
Snippets Groups Projects
Open Change the running module name (`ntsim.ntsim_2` to just `ntsim`)
  • Change the running module name (`ntsim.ntsim_2` to just `ntsim`)

  • Change the running module name (`ntsim.ntsim_2` to just `ntsim`)

    Open Task created by Andrey Sheshukov

    Current usage is rather cumbersome python -m ntsim.ntsim_2 .... We have two options:

    1. python -m ntsim ... (for this we need just to define the if __name__ == '__main__': part in the ntsim/__init__.py)
    2. Make an executable script: ntsim ... - it can be defined in the pyproject.toml as described here
    Edited by Andrey Sheshukov

    Linked items 0

  • Link items together to show that they're related or that one is blocking others.

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first