IOPaint/main.py
2024-01-05 15:19:23 +08:00

5 lines
78 B
Python

from iopaint import entry_point
if __name__ == "__main__":
entry_point()