hatched
This commit is contained in:
commit
aac78ff993
9 changed files with 1089 additions and 0 deletions
9
coverage_rich/__main__.py
Normal file
9
coverage_rich/__main__.py
Normal 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())
|
||||
Loading…
Add table
Add a link
Reference in a new issue