Created
December 6, 2022 17:20
-
-
Save ShahriyarR/64415e5f40b3b9da4b80c93ede6918f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> obj = Password(password="awesome_password") | |
>>> print(obj) | |
ReadOnce[secrets=*****] | |
>>> obj | |
ReadOnce[secrets=*****] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment