From 6619f791ea573581fd8310126fab9aa5352e6524 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 19 Aug 2024 17:37:19 +0200 Subject: [PATCH] docstring/ci --- spcd/ci.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spcd/ci.py b/spcd/ci.py index 4e22f01..7417869 100644 --- a/spcd/ci.py +++ b/spcd/ci.py @@ -1,3 +1,5 @@ +"""Continuous Integration.""" + from spcd.project import Project from spcd.projects import Projects