import 'package:asciineverdie/src/app.dart'; import 'package:flutter/material.dart'; void main() { runApp(const AskiiNeverDieApp()); }