einstein/einstein

8 lines
89 B
Python
Executable File

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