Last active
December 6, 2022 19:42
-
-
Save ShahriyarR/bca6249a1322193a8b618b9df959fc2f to your computer and use it in GitHub Desktop.
This file contains 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
@icontract.ensure(lambda self: not self.__secrets and not self.__is_consumed) | |
def __init__(self) -> None: | |
self.__reset_secrets() | |
self.__reset_is_consumed() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment