Initial Template Commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
from .discord import setup
|
||||
from .twitch import setup as twitch_setup
|
||||
|
||||
__all__ = (
|
||||
'setup',
|
||||
'twitch_setup',
|
||||
)
|
||||
Reference in New Issue
Block a user