Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add logger setup and move it to main function
- Add a call to `setup_logger` function in the `main` function - Move the `setup_logger` call from the `if __name__ == "__main__"` block to the `main` function - This change ensures that the logger is set up before any other code runs, improving logging consistency
- Loading branch information