python/pin.py: add docstring

This commit is contained in:
Aminda Suomalainen 2023-10-31 10:21:46 +02:00
parent 87c57cd34a
commit 0d9ae36275
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

View File

@ -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