#!/usr/bin/env python
from gameoflifepython.LifeGame import LifeGame
LifeGame().run()
