add __main__.py

https://github.com/Sanster/lama-cleaner/pull/416
This commit is contained in:
Qing 2024-01-08 22:45:00 +08:00
parent 0661c6b790
commit 0e6babea67

4
iopaint/__main__.py Normal file
View File

@ -0,0 +1,4 @@
from iopaint import entry_point
if __name__ == "__main__":
entry_point()