import sys def isAlly(ally): return 0 def isEnemy(enemy): if enemy == 'mtn_clan' or enemy == 'imperial': return 1 return 0