IOPaint/iop.py

5 lines
98 B
Python

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