11 lines
271 B
Python
11 lines
271 B
Python
"""
|
|
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 * |