#!/usr/bin/env python
from squirrelbattle.bootstrap import Bootstrap
if __name__ == "__main__":
Bootstrap.run_game()