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