#!/usr/bin/env python
from SDST.main import parser
from SDST.commands import *

args = parser.parse_args()
args.func(args)
