<?php
// Do not allow direct access!
if ( ! defined( 'ABSPATH' ) ) {
	die( 'Forbidden' );
}

include_once( ABSPATH . '/wp-admin/includes/class-automatic-upgrader-skin.php' );

class Strato_Automatic_Installer_Skin extends Automatic_Upgrader_Skin {
}
