srbhr / Resume-Matcher

Resume Matcher is an open source, free tool to improve your resume. It works by using language models to compare and rank resumes with job descriptions.
https://www.resumematcher.fyi/
Apache License 2.0
4.72k stars 1.86k forks source link

Formatting: Initialize modules folders. #126

Closed ILB-96 closed 10 months ago

ILB-96 commented 10 months ago

Pull Request Title

Initialize Modules Folders

Related Issue

None

Description

Changed the way functions, classes and files are imported. Improves readability and reduces naming duplications.

Type

Proposed Changes

Screenshots / Code Snippets (if applicable)

N/A

How to Test

no feature changes, the app is running as before without any unfound modules errors

Checklist

Additional Information

Probably as the code and number of contributers grows you want to more strictly follow PEP8 guidelines and use the pre-commit library with a linter.