GodotPythonJSONRPC/addons/KiriPythonRPCWrapper/KiriPythonRPCWrapper_start.py

11 lines
125 B
Python
Raw Normal View History

#!/usr/bin/python3
import time
try:
import KiriPythonRPCWrapper
except Exception as e:
print(e)
time.sleep(5)