How to Package TVM into Another Python Wheel Package?

Alternatively we could change all the

from tvm.xxx import xxx

to relative import:

from ..xxx import xxx

but it is heavy engineering time