I'm working on a Python project where I have this folder structure:
I'm currently editing the operators.py file and I get this error when I try to import a class from the hooks.py file.
I really don't understand why I get this error since by putting the __init__.py file in the custom folder I should have turned it into a python module.



from dags.custom.hooks import TrediWSHook, try to write oath from the source directory