import { Injectable } from '@angular/core';

import { RPCService } from '@loafer/ng-rpc';



@Injectable()
export class SensorItemDependencyService {

  public constructor(
    private rpcService: RPCService,
  ) {

  }


}