#!/usr/bin/env python

from nanolife.LifeGame import LifeGame

LifeGame().run()
