7 lines
69 B
Python
7 lines
69 B
Python
import foo
|
|
import bar
|
|
|
|
def test():
|
|
foo = foo.Foo()
|
|
bar = bar.Bar()
|