# Copyright © 2024 Apple Inc. All rights reserved.
#
# Please refer to the license found in the LICENSE file in the root directory of the source tree.

from coremltools.optimize.torch.quantization._coreml_quantizer import (  # noqa: FLAKE8 F401
    CoreMLQuantizer,
)
