The solution was that there was no empty __init__.py
file in the sub-folder tools, only in the super-folder python_library. Adding a file __init__.py
into tools made it work.
The solution was that there was no empty __init__.py
file in the sub-folder tools, only in the super-folder python_library. Adding a file __init__.py
into tools made it work.