summaryrefslogtreecommitdiff
path: root/wrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper.py')
-rw-r--r--wrapper.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/wrapper.py b/wrapper.py
new file mode 100644
index 0000000..ddca5b5
--- /dev/null
+++ b/wrapper.py
@@ -0,0 +1,11 @@
+"""
+Adapter classes for spigot api for more idiomatic python code.
+
+Before you run away from this if the class you need to use isn't here, please create it.
+
+
+"""
+from helpers import *
+from wrapper_event import *
+from wrapper_player import *
+from wrapper_command import * \ No newline at end of file