8 lines
125 B
Python
8 lines
125 B
Python
import logging
|
|
|
|
logger = logging.getLogger(__name__)
|
|
|
|
from .twitch import setup as twitch_setup
|
|
|
|
__all__ = ("twitch_setup",)
|