GodotPythonJSONRPC/addons/KiriPythonRPCWrapper/KiriPythonRPCWrapper_start.py
2024-07-14 10:23:19 -07:00

11 lines
125 B
Python
Executable File

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