Ejemplo n.º 1
0
 def count_victory_points(self):
     return DUtilities.count_victory_points(
         self.hand + self.library + self.discard
     )