WIP: Csv directory script
This Merge Request will result in a script which parses the quotes and separates them into a directory structure as follows:
templates
├── quotes
│ ├── Karl Marx
│ │ └── The Communist Mannifesto
│ │ └── quotes.csv
│ ├── Mao Zedong
│ │ └── On Practice
│ │ └── quotes.csv
│ └── marxistquotes.csv
├── Dockerfile
├── main.py
├── quote_validator.py
└── requirements.txt