<?php
/**
* The base class for any custom Control.
*
* @since 4.12.14
*
* @package Tribe\Customizer
*/
namespace Tribe\Customizer;
/**
* Class Control
*
* @since 4.12.14
*
* @package Tribe\Customizer
*/
abstract class Control extends \WP_Customize_Control {
}