This commit is contained in:
Waylon Walker 2023-02-11 08:23:19 -06:00
commit aac78ff993
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
9 changed files with 1089 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# SPDX-FileCopyrightText: 2023-present Waylon S. Walker <waylon@waylonwalker.com>
#
# SPDX-License-Identifier: MIT
import sys
if __name__ == '__main__':
from .cli import coverage_rich
sys.exit(coverage_rich())