Merge pull request #416 from jojje/feat/runnable_module
Make module runnable with python -m lama_cleaner
This commit is contained in:
commit
044d426616
4
lama_cleaner/__main__.py
Normal file
4
lama_cleaner/__main__.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
from lama_cleaner import entry_point
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
entry_point()
|
Loading…
Reference in New Issue
Block a user