Make module runnable with python -m lama_cleaner
This commit is contained in:
parent
af00512cf7
commit
c39662900f
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