First page Back Continue Last page Overview Graphics

Intra Package Reference

We can write relative imports. E.g. from the module surround we can do the following relative imports:

from . import echo

from .. import formats

from ..filters import equalizer