/**
 * Returns the main plugin object
 *
 * @since 0.1.0
 *
 * @return MyPlugin
 */
function MYPLUGIN()
{
    return MyPlugin::getInstance();
}