From 0d9ae3627505510b25d8774873e3e4fc995a4f1f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 31 Oct 2023 10:21:46 +0200 Subject: [PATCH] python/pin.py: add docstring --- python/pin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/pin.py b/python/pin.py index 9a121bd..9fe3450 100755 --- a/python/pin.py +++ b/python/pin.py @@ -1,4 +1,8 @@ #!/usr/bin/env python +""" +Takes desired PIN length as an argument and generates a PIN code of that +length. +""" import secrets import sys