7 lines
123 B
Python
7 lines
123 B
Python
import logging
|
|
|
|
logger = logging.getLogger(__name__)
|
|
|
|
from .twitch import setup as twitch_setup
|
|
from .discord import setup
|