.
├── controlador.py
├── DB
│   └── base_de_datos.json
├── forms.py
├── models.py
├── __pycache__
│   ├── forms.cpython-313.pyc
│   └── models.cpython-313.pyc
├── static
│   ├── css
│   │   └── style.css
│   ├── img
│   │   ├── bootstrap-logo.png
│   │   ├── flask-logo.png
│   │   ├── jinja2-logo.png
│   │   ├── logo.png
│   │   └── python-logo.png
│   ├── js
│   └── video
│       └── presentacion.mp4
├── templates
│   ├── agregar_contacto.html
│   ├── base.html
│   ├── editar_contacto.html
│   ├── footer.html
│   ├── galeria.html
│   ├── header.html
│   ├── index.html
│   └── soporte.html
├── tree.txt
└── tree-venv.txt

9 directories, 23 files
