Coverage for src / __init__.py: 100%
1 statements
« prev ^ index » next coverage.py v7.12.0, created at 2026-03-30 15:00 +0000
« prev ^ index » next coverage.py v7.12.0, created at 2026-03-30 15:00 +0000
1# SPDX-FileCopyrightText: 2025 Arcangelo Massari <arcangelomas@gmail.com>
2#
3# SPDX-License-Identifier: ISC
5"""
6SKG-IF SHACL Extractor
7A Python tool to automatically generate SHACL shapes from OWL ontologies
8"""
10__version__ = "0.1.0"