#!/usr/bin/env python

import sys
from deepsurfer.system.commandline import execute

sys.exit(execute())
