This website requires JavaScript.
Explore
Help
Sign In
kuhyx
/
testsAndMisc-archive
Watch
1
Star
0
Fork
0
You've already forked testsAndMisc-archive
mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced
2026-07-04 14:23:04 +02:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
main
testsAndMisc-archive
/
python_pkg
/
cinema_planner
/
__init__.py
2 lines
57 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
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
"""
Cinema Planner - maximize movies watched in a day.
"""
Reference in New Issue
Copy Permalink