Why does
Briefly

Python 3.5 introduced running modules as command-line scripts with -m flag, like python -m json.tool for formatting JSON files.
The json module in Python was added in 2.6 after the removal of the accidental run package feature/bug in 2.6, leading to the creation of json.tool for a command-line interface.
Read at Treyhunner
[
]
[
|
]