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

1 statements  

« prev     ^ index     » next       coverage.py v7.13.0, created at 2026-03-21 11:49 +0000

1# SPDX-FileCopyrightText: 2025 Arcangelo Massari <arcangelo.massari@unibo.it> 

2# 

3# SPDX-License-Identifier: ISC 

4 

5"""PICCIONE - Python Interface for Cloud Content Ingest and Outbound Network Export.""" 

6 

7__version__ = "0.1.0"