Coverage for oc_ocdm / graph / __init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.13.4, created at 2026-07-06 20:05 +0000
« prev ^ index » next coverage.py v7.13.4, created at 2026-07-06 20:05 +0000
1#!/usr/bin/python
3# SPDX-FileCopyrightText: 2020 Simone Persiani <iosonopersia@gmail.com>
4#
5# SPDX-License-Identifier: ISC
7# -*- coding: utf-8 -*-
9from oc_ocdm.graph.graph_entity import GraphEntity
10from oc_ocdm.graph.graph_set import GraphSet
12__all__ = ["GraphEntity", "GraphSet"]