summaryrefslogtreecommitdiff
path: root/wrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper.py')
-rw-r--r--wrapper.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/wrapper.py b/wrapper.py
deleted file mode 100644
index ddca5b5..0000000
--- a/wrapper.py
+++ /dev/null
@@ -1,11 +0,0 @@
-"""
-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