/**
* @fileoverview Unified export API service
* @author Luoob
*/

import TestService from './test_service'

export {
    TestService
}
