from .stop import stop from .news import news ALL_CONSOLE_COMMANDS = { "stop": stop, "news": news, }