fix: Get the modules the right way around

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