#!/usr/bin/env python
#==============================================================================

#title           :kickstart_avs
#description     :This will allow the package to be launched automatically from commandline
#author		     :Ajay Krishna Teja Kavuri
#date            :08122017
#version         :0.1
#==============================================================================

# Libraries
from kickstart_avs import *
#==============================================================================

# Get the instance of launch
thisLaunch = Launch()

# Trigger the launchAVS
thisLaunch.launchAVS()
