Currently we need to import manually.
Currently I think it would be nice if everything from the corresponding py
file is imported automatically

    >>> from chaoflow.testing.crawler.package.module import *
    >>> testfunc()
    True
