From 5fface07f4a6329c22387749a545c5accfcaa3e0 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Thu, 30 May 2024 14:01:42 -0500 Subject: [PATCH] endpoints.py module docstring update --- endpoints/endpoints.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/endpoints/endpoints.py b/endpoints/endpoints.py index 5297ca90..37257c64 100644 --- a/endpoints/endpoints.py +++ b/endpoints/endpoints.py @@ -1,3 +1,7 @@ +""" +Module with common code for use by all endpoints written in Python +""" + import argparse import calendar from fabric import Connection