├── .gitattributes ├── LICENSE ├── README.md └── horarios.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddier/Horarios/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddier/Horarios/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddier/Horarios/HEAD/README.md -------------------------------------------------------------------------------- /horarios.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddier/Horarios/HEAD/horarios.py --------------------------------------------------------------------------------