#!/usr/bin/env python

from bigpanda_splunk.configure import configure
import os
import sys
configure(os.path.join(os.getcwd(), __file__), sys.argv)
