#!/usr/bin/env python3

from bibliopixel.main import commands


if __name__ == '__main__':
    commands.extract_help('doc/bp-Command.md')
