swig/Examples/python/import_packages/split_modules/builtin/runme.py

3 lines
47 B
Python

import pkg1.foo
assert(pkg1.foo.count() == 3)