The `setup.py` is completely useless! We need to add a `__init__.py`, otherwise it will not work if we build it as a package or attempt to import it from elsewhere on the dev system.
The
setup.pyis completely useless!We need to add a
__init__.py, otherwise it will not work if we build it as a package or attempt to import it from elsewhere on the dev system.