#!/home/danny/venv/py3.7/bin/python

"""
maruval: validate marugoto game

Example

$ marufind imageComponent,textExercise PlantationLives/
"""

from maruval.marufind import finder, _parse_cmdline_args

finder(**_parse_cmdline_args())
