Files
2026-07-13 13:35:51 +08:00

5 lines
123 B
Python

"""Init all C APIs in the default namespace."""
from .function import _init_api
__all__ = _init_api("dgl.capi", __name__)