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