Skip to content

Update code quality, #5

Merged
tutosrive merged 1 commit intomainfrom
develop
Jun 16, 2025
Merged

Update code quality, #5
tutosrive merged 1 commit intomainfrom
develop

Conversation

@tutosrive
Copy link
Member

Add first layer to can run in python versions old, as 3.7 | .8 | .9 and move files to their corresponding folder,

  • Change concatenation types to Optional type
    Before: variable: str | None = None
    Now: variable: Optional[str]

  • Move files from src.PYMD root to their corresponding folder, for example:

  • src.PYMD.FilesManager.py to src.PYMD.utils.FilesManager.py

like this:

image

@tutosrive tutosrive merged commit 0a98b49 into main Jun 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant