blob: 20a582e76d6a2bcdfe1e93fcb680b6d87890a3f1 [file] [log] [blame]
"""
The constructors for all Relay AST nodes exposed from C++.
This module includes MyPy type signatures for all of the
exposed modules.
"""
from .._ffi.function import _init_api
_init_api("relay._make", __name__)