CompteurElectrique/src/todos_manager/todos_commands.py

8 lines
132 B
Python

from bot.bot import Bot
# Manager controlled by
from todos_manager import *
def setup_todos_manager_commands(bot: Bot):
pass