diff options
Diffstat (limited to 'bcst')
| -rwxr-xr-x | bcst | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#!/usr/bin/env python + +from libs.args import args +from libs.resource import Resource +from libs.theme import Theme + + +res=Resource(args.resource) +t=Theme("themes/default",res.json) + +t.deploy(args.destination) |
