We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d75b1d commit c5c9572Copy full SHA for c5c9572
ciphers/base62.py
@@ -1,5 +1,5 @@
1
-import string
2
import doctest
+import string
3
4
CHARSET = string.digits + string.ascii_lowercase + string.ascii_uppercase
5
0 commit comments