#########################################################
# Copyright (C) 2024 SiMa Technologies, Inc.
#
# This material is SiMa proprietary and confidential.
#
# This material may not be copied or distributed without
# the express prior written permission of SiMa.
#
# All rights reserved.
#########################################################
"""
@package simaaihostpy_pybind11
SiMa.Ai's python bindings for the SiMa PCIe Host package
"""
import importlib
[docs]
package = 'simaaihostpy'
[docs]
simaaihostpy_implementation = importlib.import_module('simaaihostpy_pybind11', package = package)