python def say_hello(): print("Hello from my_module!") import my_module my_package ├── __init__.py ├── module1.py └── module2.py python from my_package import module1