"""Package name and version."""importsysfromcontextlibimportsuppressfromimportlib.metadataimportPackageNotFoundError,versionPACKAGE_NAME="comicbox"defget_version()->str:
"""Get the current installed comicbox version."""v="dev"if"pytest"notinsys.modules:withsuppress(PackageNotFoundError):v=version(PACKAGE_NAME)returnvVERSION=get_version()DEFAULT_TAGGER=f"{PACKAGE_NAME}{VERSION}"
Search
From here you can search these documents. Enter your search terms below.