DEBSOURCES
Skip Quicknav
sources / python-consolekit / 1.7.2-2 / tests / import_commands_demo / submodule.py
123456789101112
# this package from consolekit import click_command, click_group @click_command() def command2(): pass @click_group() def group2(): pass