extending.py 133 Bytes
Newer Older
dugupeiwen's avatar
dugupeiwen committed
1
2
3
# Re-export symbols
from numba.core.extending import *  # noqa: F403, F401
from numba.core.extending import _Intrinsic  # noqa: F401