import 'app_config.dart';
import 'main_common.dart';
void main() {
mainCommon(const AppConfig(debugMode: true));
}