5 lines
69 B
Python
5 lines
69 B
Python
from koji.plugin import export_cli
|
|
|
|
@export_cli
|
|
def foo5():
|
|
pass
|