/*
 * Xailer source code:
 *
 * GoogleAPI.prg
 * Clase TGoogleAPI()
 *
 * Copyright 2022 Jose F. Gimenez
 * Copyright 2022 Xailer.com
 * All rights reserved
 *
 */

#include "Xailer.ch"

//------------------------------------------------------------------------------

CLASS TGoogleAPI FROM XGoogleAPI
ENDCLASS

//------------------------------------------------------------------------------
