I am trying to organize some modules for my own use. I have something like this:
lib/ __init__.py settings.py foo/ __init__.py someobject.py
Edit, since i misunderstood the question:
Just put the Helper class in __init__.py. Thats perfectly pythonic. It just feels strange coming from languages like Java.
Helper
__init__.py