debian-koji/tests/test_cli/data/cli_plugins2/plugin3.py
2019-07-11 15:18:15 -04:00

8 lines
100 B
Python

from koji.plugin import export_cli, export_as
@export_as('foo6')
@export_cli
def foo():
pass