We'll make a small change in our __init__.py
. It will contain this line:
from clumper.clump import Clumper
Make note of this. It will turn out to be an important detail later.
setup: dunder init
We'll make a small change in our __init__.py
. It will contain this line:
from clumper.clump import Clumper
Make note of this. It will turn out to be an important detail later.