//import 'package:lbry/src/load_generator.dart' as load;
import 'package:lbry/src/client.dart' as load;
main(List<String> arguments) {
load.cli();
}