summaryrefslogtreecommitdiff
path: root/sast/client.rpy-sast.py
diff options
context:
space:
mode:
Diffstat (limited to 'sast/client.rpy-sast.py')
-rw-r--r--sast/client.rpy-sast.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/sast/client.rpy-sast.py b/sast/client.rpy-sast.py
new file mode 100644
index 0000000..eebc423
--- /dev/null
+++ b/sast/client.rpy-sast.py
@@ -0,0 +1,13 @@
+if True:
+ def handle_client(CLIENT_NAME="", launch=False, download=True):
+ ## Local variables
+ f=False
+ if (CLIENT_NAME == ""):
+ CLIENT_NAME=persistent.evol2cli
+ # https://stackoverflow.com/questions/2791489/how-do-i-take-out-the-focus-or-minimize-a-window-with-python/2792059 (Windows)
+
+ ########################################################################
+ ## Cleanup
+ statusmsg=_("Thanks for playing!")
+ # time.sleep(0.1) ## TODO: Ensure the world finishes updating Vault
+ progress=100