PyPhisher icon indicating copy to clipboard operation
PyPhisher copied to clipboard

File Structure Refactoring and Import Statement Formatting

Open EverydayLevelUp opened this issue 1 year ago • 2 comments

Description:

This pull request (PR) introduces several changes to enhance the codebase of the target repository. The primary focus of this PR is to improve the project's maintainability and readability through two key modifications:

1. File Structure Refactoring:

  • Added a new 'src' folder to improve project organization.
  • Moved the 'pyphisher.py' file and the 'constants.py' file into the 'src' directory for a more logical and organized structure.
  • Ensured that all files and dependencies are properly updated to reflect the new structure.
  • Restructured the file organization to create a more logical and organized directory structure.
  • Moved files and directories to better align with industry best practices or project-specific conventions.

Screenshot from 2023-09-22 19-20-03

2. Import Statement Formatting:

  • Formatted import statements in the 'pyphisher.py' file for improved code readability and consistency.
  • Introduced consistent spacing between import statements.
  • No changes were made to the functionality of the code; these changes are purely for code quality and style improvements.

Summary

This PR refactors the project structure by introducing a 'src' folder, relocating 'pyphisher.py' and 'constants.py' into it, and improves code readability by formatting import statements.

EverydayLevelUp avatar Sep 22 '23 13:09 EverydayLevelUp