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

5 lines
66 B
Python

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