Chapter 17 -- Module and Package Design
The
some_algorithm
package
some_algorithm/__init__.py
some_algorithm/long_version.py
some_algorithm/short_version.py
The
test
package.
test/__init__.py
test/test_all.py
We could also add a test/__main__.py, but didn't.