Skip to content

Instantly share code, notes, and snippets.

@laxamenator
Last active February 10, 2018 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laxamenator/48891b7554b2cf55fbe9ba3c09eb1313 to your computer and use it in GitHub Desktop.
Save laxamenator/48891b7554b2cf55fbe9ba3c09eb1313 to your computer and use it in GitHub Desktop.
import random
from Game.Const import Const
from Game.Player import Player
class ImNotPlayingWithYouGuys(Player):
def getSteemUser(self):
return "@laxam"
def voteForElimination(self, context):
return self
def voteForTie(self, context):
return self
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment