I try to add a new helper function using brew, as shown below.
brew.Register(testOp)
When i try to run above code, i get below error:
AttributeError: Helper testOp already exists. Please change your helper name.
Please help me resolve this error.
NOTE: testOp
is defined in same file.