Files

7 lines
72 B
Python
Raw Permalink Normal View History

import mod_a
import mod_b
c = mod_b.C()
d = mod_b.D()
d.DoSomething(c)