I have a module that defines a class and a function:
#barbaz.py class Bar: pass def baz(): return "hello"
In another modul