From 266408b99bd47598ebadae669f43c54f2900f1f1 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Mon, 10 Jul 2023 18:17:49 +0200 Subject: [PATCH] Add module docstring for annotations.analysis --- birdvisu/annotations/analysis.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/birdvisu/annotations/analysis.py b/birdvisu/annotations/analysis.py index ad63bd1..134f1a8 100644 --- a/birdvisu/annotations/analysis.py +++ b/birdvisu/annotations/analysis.py @@ -1,3 +1,8 @@ +"""Analysis annotators + +The annotators provided here are mostly concerned about the graph properties of +the topologies.""" + from . import Annotator, Annotation from ..topo_v3 import MetricType import heapq