/**
 * Begins execution of the plugin.
 *
 * Since everything within the plugin is registered via hooks,
 * then kicking off the plugin from this point in the file does
 * not affect the page life cycle.
 *
 * @since    1.0.0
 */
function run_koshinski_vc_addon()
{
    $plugin = new Koshinski_vc_addon();
    $plugin->run();
}