blob: b24f6f182bbea34b5149648435b4f3f16382d673 [file] [log] [blame]
import 'package:file/file.dart';
import 'package:file/local.dart';
FileSystem get fs {
return const LocalFileSystem();
}