Move collection manifest parser and mapper to collection-files-service directory
[arvados.git] / src / services / collection-files-service / collection-files-service.ts
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 import { CollectionService } from "../collection-service/collection-service";
6
7 export class CollectionFilesService {
8     constructor(private collectionService: CollectionService){}
9 }