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