blob: 0217f248706c7e977796d6912bdcf9cb135cf606 [file] [log] [blame]
Rushabh Mehtadc8067e2016-06-29 18:38:32 +05301from __future__ import unicode_literals
2
3data = {
4 'Manufacturing': {
5 'company_name': 'Wind Power LLC'
6 },
7 'Retail': {
8 'company_name': 'Annapurna Dairy Shop',
9 },
10 'Distribution': {
11 'company_name': 'Soltice Hardware',
12 },
13 'Services': {
14 'company_name': 'Acme Consulting'
15 }
16}