Issue : Missing newline at end of file

Author: PrinceSajjadHussainCreated Jun 22, 2025Updated Jun 22, 2025

The file `awesome/lib/__init__.py` is missing a newline at the end. It's good practice to have a newline character at the end of the file so tools don't complain, and it avoids unexpected behavior when concatenating files.