Files
msw/main.py
2020-04-01 11:43:06 +08:00

10 lines
141 B
Python

import os
import os.path
import sys
python = sys.executable
while True:
code = os.system(python + ' msw.py')
if code:
break