mirror of
https://github.com/krawieck/lemmur/
synced 2024-12-23 22:31:03 +01:00
7 lines
119 B
Dart
7 lines
119 B
Dart
|
import 'app_config.dart';
|
||
|
import 'main_common.dart';
|
||
|
|
||
|
void main() {
|
||
|
mainCommon(const AppConfig(debugMode: false));
|
||
|
}
|