I am getting a ModuleNotFoundError: No module named 'webui' when I try to import a class and method from a different directory called webui
So I have a Behave folder which has all my steps and feature files and when I'm trying to import and use a method(ve01_139_UserAuthenticationLevels.run()) from a different class (ve01_139_UserAuthenticationLevels) which is located in a separate folder(webui), please find below the pictures of how I import and try to use the method