PyPhisher
PyPhisher copied to clipboard
File Structure Refactoring and Import Statement Formatting
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.
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.