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

"""
maruval: validate marugoto game

Example

$ marufind imageComponent,textExercise PlantationLives/
"""

from maruval.marusearch import _parse_cmdline_args, searcher

searcher(**_parse_cmdline_args())
