Files
customcmd-plugin/__init__.py
T

7 lines
121 B
Python

import logging
logger = logging.getLogger(__name__)
from .customcmd import *
from .twitch import setup as twitch_setup