def omega(): # Vérificateur d'OS try: get_keys() except: return False else: return True