added docstring

This commit is contained in:
iLLiCiTiT 2021-11-11 14:53:57 +01:00
parent 2709ece76a
commit 5acdb6e182

View file

@ -61,6 +61,10 @@ def tray(debug=False):
@main.group(help="Run command line arguments of OpenPype modules")
@click.pass_context
def module(ctx):
"""Module specific commands created dynamically.
These commands are generated dynamically by currently loaded addon/modules.
"""
pass