Files
customcmd-plugin/customcmd/__init__.py
T
2026-05-31 06:22:40 +10:00

7 lines
118 B
Python

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