__main__.py 78 B

1234
  1. from iopaint import entry_point
  2. if __name__ == "__main__":
  3. entry_point()