I have a file hierarchy of a python package, "try_from_import", like this:
. ├── __init__.py ├── fibo.py └── test └── __init__.py
W