mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
6 lines
152 B
Dart
6 lines
152 B
Dart
//import 'package:lbry/src/load_generator.dart' as load;
|
|
import 'package:lbry/src/client.dart' as load;
|
|
|
|
main(List<String> arguments) {
|
|
load.cli();
|
|
}
|