#!/usr/bin/env python from args import args from resource import Resource from theme import Theme res=Resource(args.resource) t=Theme("themes/default",res.json) t.deploy(args.destination)