Contents
# mids/cli.py # # """ command line interface. """ from mads.cli import CLI [docs]def init(event): bot = CLI() bot.start() return bot