Skip to content

Instantly share code, notes, and snippets.

@laxamenator
Last active February 10, 2018 21:19
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