// Howdy 👋.
//
// This is where you can create powerful part automations like resistors that tell you when too much current is flowing through them
// You can also create your own flexible parts, like generics (https://docs.flux.ai/Introduction/generic-parts)
//
// If you are new to writing code in Flux make sure to check out our get started docs: https://docs.flux.ai/reference/introduction
//
// We also have a Flux Slack Community in case you need help: https://join.slack.com/t/fluxcommunity/shared_invite/zt-2ouyf80w6-7Wp81YlNEsuDFFdED9UQMA
//
import json
# Creamos un archivo de texto que contiene la receta en JSON para el proyecto de Flux
project_json = {
"components": [
{"type": "LM324", "designator": "U1"},
{"type": "TIP31C", "designator": "Q1"},
{"type": "RES10k", "designator": "R1"},
{"type": "RES10k", "designator": "R2"},
{"type": "RES1k", "designator": "R3"},
{"type": "RES470", "designator": "R4"},
{"type": "CAP10uF", "designator": "C1"},
{"type": "LED", "designator": "D1"},