AttributeError: module 'tvm.relax.frontend' has no attribute 'onnx' after installing from source

Great. It does work either when importing as “from tvm.relax.frontend.onnx import from_onnx”, even if latter I do “from tvm import relax” and “relax.frontend.onnx.from_onnx(onnx_model, shape_dict)” OR if putting “from . import onnx” in python/tvm/relax/frontend/__init.py__ .
Look like there are some troubles with onnx module importing. Shouldn’t I report this in Github issues?