summaryrefslogtreecommitdiff
path: root/game/python-extra
diff options
context:
space:
mode:
Diffstat (limited to 'game/python-extra')
-rw-r--r--game/python-extra/tmw/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/python-extra/tmw/__init__.py b/game/python-extra/tmw/__init__.py
index 9c76689..252e7c8 100644
--- a/game/python-extra/tmw/__init__.py
+++ b/game/python-extra/tmw/__init__.py
@@ -1,3 +1,6 @@
# TMW Plugin, both built-in client as Google Auth workaround
+def client(OPT, PWD):
+ print("---- I AM BEING RUN")
+ return 0