mirror of
https://gitee.com/bianbu-linux/ai-support
synced 2025-06-28 17:43:02 -04:00
10 lines
384 B
Python
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
|