k1x-ai-support/python/bianbuai/capi/_pybind_state.py
2024-05-30 23:19:44 +08:00

10 lines
384 B
Python

# -------------------------------------------------------------------------
# Copyright (c) SpacemiT Corporation. All rights reserved.
# --------------------------------------------------------------------------
"""
Ensure that dependencies are available and then load the extension module.
"""
from . import _ld_preload # noqa: F401
from .bianbuai_pybind11_state import * # noqa