from typing import Dict, List

DEFAULT_SITE_MASTER_INDUSTRY: List[Dict] = [
    {
        "label": "A/C, Refrigeration Repair",
        "value": "ac_refrigeration_repair",
        "mcc_code": 7623,
    },
    {
        "label": "Accounting/Bookkeeping Services",
        "value": "accounting_bookkeeping_services",
        "mcc_code": 8931,
    },
    {
        "label": "Advertising Services",
        "value": "advertising_services",
        "mcc_code": 7311,
    },
    {
        "label": "Agricultural Cooperative",
        "value": "agricultural_cooperative",
        "mcc_code": 1763,
    },
]
