#! /usr/bin/env python3 import sys from einsteingame.main import main main(*sys.argv)