Looks like the general usage of localflavor is import the country specific package:
from localflavor.nz.forms import NZRegionSelect
What if I have a site that supports multiple countries? Is there generic proxy to be country agnostic, something like:
from localflavor.autodetect.forms import RegionSelect