BYOC CodeGen for customized Call Node/Operator

When I remove those strategy statement for my customize operator at generic.py and cuda.py, I encounter a problem like

AttributeError: module 'tvm.relay.op.strategy' has no attribute 'myop_strategy'

is there any workaround to avoid such check?