#!/usr/bin/env python
# -*- coding: utf-8 -*-

# sdk package management
def PkgDownload(pkg):
    return

def PkgInstall(pkg):
    return
