Rushabh Mehta | dc8067e | 2016-06-29 18:38:32 +0530 | [diff] [blame] | 1 | from __future__ import unicode_literals |
| 2 | |
| 3 | data = { |
| 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' |
Neil Trini Lasrado | 0672459 | 2016-08-22 12:57:09 +0530 | [diff] [blame] | 15 | }, |
| 16 | 'Education': { |
| 17 | 'company_name': 'Whitmore College' |
Rushabh Mehta | f056974 | 2017-09-13 12:52:30 +0530 | [diff] [blame] | 18 | }, |
| 19 | 'Healthcare': { |
| 20 | 'company_name': 'ABC Hospital Ltd.' |
Rushabh Mehta | dc8067e | 2016-06-29 18:38:32 +0530 | [diff] [blame] | 21 | } |
| 22 | } |