rembg/rembg.py
2022-04-26 15:27:33 -03:00

5 lines
66 B
Python

from rembg.cli import main
if __name__ == "__main__":
main()