Refactor code structure and remove redundant code blocks for improved readability and maintainability

This commit is contained in:
sHa
2026-01-02 07:14:33 +00:00
parent 262c0a7b7d
commit 7c7e9ab1e1
9 changed files with 636 additions and 101 deletions

View File

@@ -15,6 +15,11 @@ dependencies = [
"rich-pixels>=1.0.0",
]
[project.optional-dependencies]
dev = [
"mypy>=1.0.0",
]
[project.scripts]
renamer = "renamer.main:main"
bump-version = "renamer.bump:main"