How to add custom relay op in python-lang?

the method of adding custom relay op in cpp-lang could be found in Adding an Operator to Relay — tvm 0.10.dev0 documentation. Is there any method to do the same things in python-lang?