diff --git a/lama_cleaner/__main__.py b/lama_cleaner/__main__.py new file mode 100644 index 0000000..f57b35f --- /dev/null +++ b/lama_cleaner/__main__.py @@ -0,0 +1,4 @@ +from lama_cleaner import entry_point + +if __name__ == "__main__": + entry_point()