#!/usr/bin/env python

import piquant.piquant as entry_point
import sys

entry_point.piquant(sys.argv[1:])
