Add twitch setup methods.

This commit is contained in:
2026-05-31 06:22:40 +10:00
parent b188abcad0
commit 6824e92577
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import logging
logger = logging.getLogger(__name__)
from .twitch import setup as twitch_setup
from .parser import *