10 lines
232 B
Python
10 lines
232 B
Python
# coding=utf8
|
|
"""SpiceBotSERV
|
|
A Niche Wrapper around Sopel
|
|
"""
|
|
from __future__ import unicode_literals, absolute_import, division, print_function
|
|
|
|
from .welcome_setup import *
|
|
from .events import *
|
|
# from .startupmonologue import *
|