import Http from './Http'

const Gallery = {
    Http: Object.assign(Http, Http),
}

export default Gallery