summaryrefslogtreecommitdiff
path: root/wrapper.py
blob: ddca5b5725f17beec9217d3800b07ab53a435cb4 (plain)
1
2
3
4
5
6
7
8
9
10
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 *