Usage
This is a placeholder for putting the main code for your module.
If you don’t want to keep api.py, check the following places:
src/msiregnn/__init__.pycontains a linefrom .api import * # noqa. You’ll want to delete this and likely replace it with other imports for the most important functionality for your packagedocs/usage.rstcontains a line.. automodule:: msiregnn.api. You’ll want to delete this and replace it with other importsYou don’t need to update any linting or testing configuration since it is agnostic to the contents of the package.