import module3 as m3 m3.foo() m3.bar()
import module3 module3.foo() module3.bar()
def test_bar(): assert mod3.bar() is None