import { Injectable } from '@angular/core';
import { DeployClass } from '../index';

@Injectable()
export class Deploy extends DeployClass { }
