A visualization tool for analyzing import dependencies in Python projects. This tool helps you understand the structure of your Python codebase by creating interactive and static visualizations of ...
src/py_import_example ├── LICENSE ├── package.xml ├── py_import_example │ ├── file1.py <----- import module │ ├── __init__.py ...