xref: /llvm-project/mlir/utils/jupyter/mlir_opt_kernel/__init__.py (revision 04c66edd3251975fd253e4c4b0e86ea56e8a7f46)
1# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
2# See https://llvm.org/LICENSE.txt for license information.
3# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4"""A mlir-opt kernel for Jupyter"""
5
6from .kernel import __version__
7