#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# @Author: José Sánchez-Gallego (gallegoj@uw.edu)
# @Date: 2020-05-29
# @Filename: target_selection
# @License: BSD 3-clause (http://www.opensource.org/licenses/BSD-3-Clause)

from target_selection.__main__ import target_selection


target_selection()
