document function (about)

This commit is contained in:
Steve Nyemba 2024-02-09 09:04:27 -06:00
parent e4d6e9d48d
commit 2c45c73096
1 changed files with 3 additions and 1 deletions

View File

@ -107,7 +107,9 @@ def config(email:str,provider:str='sqlite') :
print (_msg)
@app.command(name='about')
def copyright():
r"""
This function will return information about the {meta.__name__}
"""
for note in [meta.__name__,meta.__author__,meta.__license__]:
print (note)