Keymaps
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
import Game
|
||||
import User
|
||||
import Controls
|
||||
import subprocess
|
||||
|
||||
|
||||
|
||||
|
||||
def __main__():
|
||||
#label = subprocess.check_output(["git", "describe"]).strip()
|
||||
def get_git_revision_hash():
|
||||
return subprocess.check_output(['git', 'rev-parse', 'HEAD'])
|
||||
|
||||
game = Game.game()
|
||||
game.run()
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user