Coverage for src / eclipse / care / legal / __init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-03-24 09:38 +0100

1# Copyright (c) 2025 The Eclipse Foundation 

2# 

3# This program and the accompanying materials are made available under the 

4# terms of the Eclipse Public License 2.0 which is available at 

5# http://www.eclipse.org/legal/epl-2.0. 

6# 

7# SPDX-License-Identifier: EPL-2.0 

8 

9__all__ = [ 

10 'analyse_project', 

11 '__version__' 

12] 

13__version__ = "0.0.2" 

14 

15from .recommended_files import analyse_project