コード例 #1
0
ファイル: utils.py プロジェクト: yunielgarcia/Secret-Messages
def check_action(action):
    """Check the correct action for the cipher,
    otherwise ask it again
    """
    return action in Cipher.action_calls()