blob: 0217f248706c7e977796d6912bdcf9cb135cf606 [file] [log] [blame]
from __future__ import unicode_literals
data = {
'Manufacturing': {
'company_name': 'Wind Power LLC'
},
'Retail': {
'company_name': 'Annapurna Dairy Shop',
},
'Distribution': {
'company_name': 'Soltice Hardware',
},
'Services': {
'company_name': 'Acme Consulting'
}
}