#!/usr/bin/python

from sheetsite.cmdline import run

if __name__ == '__main__':

    run()
