mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-13 05:16:43 +02:00
7 lines
79 B
Dart
7 lines
79 B
Dart
import 'main.dart' as m;
|
|
|
|
void main() async {
|
|
m.fdroid = true;
|
|
m.main();
|
|
}
|