module FFaker::AddressIN

def state_and_union_territory_abbr

def state_and_union_territory_abbr
  fetch_sample(STATE_ABBR + UNION_TERRITORY_ABBR)
end