1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00

add info docstring

This commit is contained in:
Kelly Brazil
2021-04-14 20:30:31 -07:00
parent 89f52b95f7
commit 691df271fc
4 changed files with 2 additions and 1 deletions

View File

@ -204,6 +204,7 @@ import jc.utils
class info:
"""Provides parser metadata (version, author, etc.)"""
version = "1.0"
description = "`systeminfo` command parser"
author = "Jon Smith"