The argparse module has been merged into Python itself in Python 3.2.
I noticed that pyproject.toml and poetry.lock files still list argparse as a normal dependency even though the PyPI package is no longer supposed to be used.
See: https://docs.python.org/3/library/argparse.html
See: https://pypi.org/project/argparse/