src/py_import_example ├── LICENSE ├── package.xml ├── py_import_example │ ├── file1.py <----- import module │ ├── __init__.py ...
### example_python_import/f_mymodule.py app.py : import example_python_import.f_mymodule as my_module my_module.f() ### example_python_import/modules/f_module_import ...