7 lines
118 B
Python
7 lines
118 B
Python
import logging
|
|
|
|
logger = logging.getLogger(__name__)
|
|
|
|
from .twitch import setup as twitch_setup
|
|
from .parser import *
|