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