package models import ( cnfg "git.kundeng.us/phoenix/textsender-models/pkg/config" ) func Init() cnfg.TwiloConfig { return cnfg.TwiloConfig{} }