Added an empty __init__.py file to the MLIR Python bindings
authorSergei Lebedev <slebedev@google.com>
Thu, 31 Mar 2022 09:57:07 +0000 (11:57 +0200)
committerAlex Zinenko <zinenko@google.com>
Thu, 31 Mar 2022 09:57:31 +0000 (11:57 +0200)
commitb50893db528cce45e5eb8d0ce367bc5b686b5558
tree62873e2ed3711b4529f649f020b4b6e05c2d7947
parent65b2f24c50f016828a96b9495cee491a4241f9b9
Added an empty __init__.py file to the MLIR Python bindings

While not strictly required after PEP-420, it is better to have one, since not
all tooling supports implicit namespace packages.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D122794
mlir/python/mlir/__init__.py [new file with mode: 0644]