<?php
/** no direct access **/
defined('MECEXEC') or die();
/**
* Webnus MEC controller class.
* @author Webnus <[email protected]>
*/
class MEC_controller extends MEC_base
{
/**
* Constructor method
* @author Webnus <[email protected]>
*/
public function __construct()
{
}
}