blob: d92611991514f3d273eea80e7189076308555d04 [file] [log] [blame]
import mod_a
import mod_b
c = mod_b.C()
d = mod_b.D()
d.DoSomething(c)