blob: 5e49696c40d0b4e1ae3a0aa9dc48e0d2a6469c45 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. 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:flutter_migrate/executable.dart' as executable;
void main(List<String> args) {
executable.main(args);
}