1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12:
# example import package package.function() # here the function definition is in the module.py # how to avoid this: import package.module package.module.function()