From 2d8c6320dc5c6e3ccb588d198dff887e34fbe3e6 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 9 Jun 2024 23:15:19 +0200 Subject: [PATCH] init,main --- cd/__init__.py | 2 ++ cd/__main__.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cd/__init__.py b/cd/__init__.py index 9783dd9..75b010d 100644 --- a/cd/__init__.py +++ b/cd/__init__.py @@ -1,3 +1,5 @@ +"""Continuous Deployment.""" + import os from pathlib import Path diff --git a/cd/__main__.py b/cd/__main__.py index 774fbe5..520006a 100755 --- a/cd/__main__.py +++ b/cd/__main__.py @@ -1,5 +1,7 @@ #! /usr/bin/env python3 +"""Entry point to either bootstrap or command.""" + import sys from pathlib import Path