added wrappers, temp disabled all modules
This commit is contained in:
11
wrapper.py
Normal file
11
wrapper.py
Normal 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 *
|
||||
Reference in New Issue
Block a user