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