SpiceBot/SpiceBot/SpiceBotEvents/__init__.py
deathbybandaid cfbb61da55 test
2022-02-09 18:49:43 -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 *