#!/usr/bin/env python

import sys
from shaker.command_line import ShakerCommandLine

ShakerCommandLine().run(sys.argv[1:])
