Coverage for src/su6/__init__.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-05-31 19:09 +0200

1""" 

2This file exposes 'app' to the module. 

3""" 

4 

5# SPDX-FileCopyrightText: 2023-present Robin van der Noord <robinvandernoord@gmail.com> 

6# 

7# SPDX-License-Identifier: MIT 

8 

9from .cli import app # noqa: import is there for library reasons