added wrappers, temp disabled all modules

This commit is contained in:
BuildTools
2015-11-23 22:17:40 +01:00
parent ab42a0cb65
commit 70b4db5318
9 changed files with 217 additions and 115 deletions

11
wrapper.py Normal file
View File

@@ -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 *