Calmcode - setup: dunder init

Dunder Init

1 2 3 4 5 6 7 8 9

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.