#!/usr/bin/python

from sheetsite.cmdline import run
import sys

if __name__ == '__main__':

    run(sys.argv[1:])
