Skip to content

Instantly share code, notes, and snippets.

View andyi2it's full-sized avatar

Andrews Arokiam andyi2it

View GitHub Profile
@ericvenarusso
ericvenarusso / config.yaml
Created November 19, 2021 02:52
Example using Pydantic as Schema for YAML Files
name: 'Eric Venarusso'
age: '21'
sex: 'male'
sports:
- name: 'soccer'
team:
name: 'corinthians'
- name: 'basketball'