import 'package:drift_dev/src/cli/cli.dart' as cli;
Future main(List<String> args) {
return cli.run(args);
}