src_cli.py
goes in src/cli.py
then, the states_cli
module is going to be at src/states/cli.py
it is going to define a client class, and a bunch of methods that each do something,
and the docstring will provide descriptions of each parameter
that will be automatically parsed by above