Last active
February 10, 2018 21:19
-
-
Save laxamenator/48891b7554b2cf55fbe9ba3c09eb1313 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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