/**
 * TurboDepot is a general purpose multi storage library (ORM, Logs, Users, Files, Objects)
 *
 * Website : -> https://turboframework.org/en/libs/turbodepot
 * License : -> Licensed under the Apache License, Version 2.0. You may not use this file except in compliance with the License.
 * License Url : -> http://www.apache.org/licenses/LICENSE-2.0
 * CopyRight : -> Copyright 2019 Edertone Advanded Solutions (08211 Castellar del Vallès, Barcelona). http://www.edertone.com
 */
export { ConsoleManager } from './managers/ConsoleManager';
export { FilesManager } from './managers/FilesManager';
export { MarkDownManager } from './managers/MarkDownManager';
export { TerminalManager } from './managers/TerminalManager';
export { ZipObject } from './model/ZipObject';
