blob: eddc3b40ac38d06481a6220f3907ee7a38311151 [file] [log] [blame] [edit]
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:file/file.dart' as fs;
import 'package:file/local.dart';
const fs.FileSystem localFileSystem = LocalFileSystem();