#!/usr/bin/env python
import sys

from pystynamic.commands import run_command
run_command(sys.argv)
