SpiceBot/SpiceBot/SpiceBotCore/botsetup/__init__.py
deathbybandaid e2c3869365 test
2022-02-09 18:16:57 -05:00

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 *