3 lines
47 B
Python
3 lines
47 B
Python
import pkg1.foo
|
|
|
|
assert(pkg1.foo.count() == 3)
|
import pkg1.foo
|
|
|
|
assert(pkg1.foo.count() == 3)
|