aboutsummaryrefslogtreecommitdiffstats
path: root/python/mlir_standalone/dialects/standalone.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/mlir_standalone/dialects/standalone.py')
-rw-r--r--python/mlir_standalone/dialects/standalone.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/mlir_standalone/dialects/standalone.py b/python/mlir_standalone/dialects/standalone.py
new file mode 100644
index 0000000..c958b2a
--- /dev/null
+++ b/python/mlir_standalone/dialects/standalone.py
@@ -0,0 +1,6 @@
+# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+# See https://llvm.org/LICENSE.txt for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+from ._standalone_ops_gen import *
+from .._mlir_libs._standaloneDialects.standalone import *