mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced 2026-07-04 22:43:07 +02:00
- 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
2 lines
57 B
Python
2 lines
57 B
Python
"""Cinema Planner - maximize movies watched in a day."""
|