def verificar_compatibilidad_rgh_latino(): # Verificar versión de RGH Latino rgh_version = get_rgh_version() if rgh_version < "1.5": print("La versión de RGH Latino no es compatible. Debe ser al menos 1.5.") return False
def verificar_compatibilidad_rgh_latino(): # Verificar versión de RGH Latino rgh_version = get_rgh_version() if rgh_version < "1.5": print("La versión de RGH Latino no es compatible. Debe ser al menos 1.5.") return False
Here you'll find all collections you've created before.