// IMPORT LIBRARY
import { Service } from "@tsed/common";


// IMPORT CUSTOM
import { CoreService } from "../core/services/CoreService";

@Service()
export class InitService extends CoreService {

} //END FILE
