Importing classes and functionsΒΆ

Classes and functions are imported inside their module’s parent module so that you can import with:

from pytilities.delegation import Delegator

instead of:

from pytilities.delegation.delegator import Delegator

Previous topic

Installation instructions

Next topic

Aspect oriented programming tools

This Page