mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 16:19:22 +01:00
python/pin.py: add docstring
This commit is contained in:
parent
87c57cd34a
commit
0d9ae36275
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user