Python based component gives Executor error

Hi I have created a python based component and running it into kubeflow with kubeflow dag runner I am getting a runtime error as

AttributeError: module __main__ has no attribute as 'Add_Executor'

import error :could not import __main__.Add_Executor

Name of my python based component is - Add

Can anyone help me into this !

Hi @Aditya_Soni.
The error might result from other Python libraries your code relies on, no?
Can you provide further detail, adn/or code?
Thank you.