IOPaint/iopaint/__main__.py

5 lines
78 B
Python
Raw Normal View History

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