testsAndMisc-archive/python_pkg/cinema_planner/__init__.py
Krzysztof kuhy Rudnicki ac1228f9c4 refactor(cinema_planner): fix all ruff violations, add type hints, docstrings, logging
- Replace print() with logging module
- Add type annotations to all functions
- Add Google-style docstrings to all public functions/classes
- Extract magic numbers into named constants
- Break complex functions into smaller helpers
- Use Path.open() instead of open()
- Use contextlib.suppress where appropriate
2026-03-13 20:35:21 +01:00

2 lines
57 B
Python

"""Cinema Planner - maximize movies watched in a day."""