load subpackages and functions on demand
Allow subpackages to be made visible to users without incurring
import costs. Allow external libraries to be imported only when
used, improving import times.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://pypi.python.org/pypi/lazy_loader
