Files
exec-plugin/plugin/__init__.py
2025-10-22 19:28:08 +10:00

8 lines
125 B
Python

import logging
logger = logging.getLogger(__name__)
from .twitch import setup as twitch_setup
__all__ = ("twitch_setup",)