mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-07-10 16:51:46 +08:00
5 lines
66 B
Python
5 lines
66 B
Python
from rembg.cli import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|