printHeader static method
void
printHeader()
Print header
Implementation
static void printHeader() {
printColored('''
╔══════════════════════════════════════════════════════════════╗
║ AI Translation Generator ║
║ Powered by Gemini 2.0 Flash ║
╚══════════════════════════════════════════════════════════════╝
''', color: 'cyan');
}