Add Twitch exec component

This commit is contained in:
2025-10-22 19:28:08 +10:00
parent 4af7699b1b
commit f0bdbaed3c
4 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import logging
logger = logging.getLogger(__name__)
from .twitch import setup as twitch_setup
__all__ = ("twitch_setup",)