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