from iot.blueprints.main.models import Industries def queryIndustryNames(): choices = Industries.query.order_by(Industries.name.asc()) return choices