/*--------------------------------------------------------------------------------------------- * Copyright (c) Dolittle. All rights reserved. * Licensed under the MIT License. See LICENSE in the project root for license information. *--------------------------------------------------------------------------------------------*/ export class a_tooling_package { tooling_package: { version: string; }; constructor() { this.tooling_package = { version: '2.0.0' }; } }