#!/usr/bin/env python

from brandub import BrandubGame
game = BrandubGame()
game.run()
