generated from HoloTech/twitch-bot-template
Initial commit
This commit is contained in:
11
src/modules/__init__.py
Normal file
11
src/modules/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from meta import Bot
|
||||
|
||||
|
||||
async def twitch_setup(bot: 'Bot'):
|
||||
# Import and run setup methods from each module
|
||||
# from . import module
|
||||
# await module.twitch_setup(bot)
|
||||
pass
|
||||
Reference in New Issue
Block a user