/**
 * Gets an instance of the Freshbooks add-on main class
 *
 * @return GFFreshBooks
 */
function gf_freshbooks()
{
    return GFFreshBooks::get_instance();
}