/** * @author xiangshouding * @date 2017-07-06 14:51:27 */ import {Config} from './config'; export class Server { constructor(config: Config) { } }