1👍
✅
You forgot to add __init__.py
into the lib
directory.
Also I suspect that you should import like this:
from my_app1.lib.my_module1.file1 import MyClass1
Source:stackexchange.com