<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

abstract class WPBRIGADE_SDK_Abstract {
	public function __construct() {}
}
