I am having below folder structure (find image) but when I use below code and run using command "behave -D BROWSER=chrome --no-capture " it gives me error like ModuleNotFoundError: No module named 'product_library' Not able to understand product_library is available in same path but still compiler throwing error.
My usage is like
from product_library.initialize import Initialize
def before_all(context):
print(".............Executing before all.............\n")
def before_feature(context, feature):
print(".............Executing before all.............\n")