add shell and version parser

This commit is contained in:
2022-05-23 19:10:26 +03:00
parent 9f134e37b6
commit f4131b8cd7
22 changed files with 511 additions and 26 deletions

View File

@ -104,5 +104,4 @@ autodoc_member_order = "groupwise"
autodoc_default_options = {
"no-undoc-members": True,
"special-members": "__init__",
}