Alternatively we could change all the
```python from tvm.xxx import xxx ``` to relative import: ``` from ..xxx import xxx ``` but it is heavy engineering time --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-package-tvm-into-another-python-wheel-package/10788/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/d1387eb1ecacf85296fa524b48bd56fef67a395b657665afb8fe3aa910fc1428).