Refactor and add typing for html package
This PR:
- refactor following pylint:
- reorganize import according Python convention;
- unshadow built-in
input
function; - convert formatted string to f-string;
- add more typing.
Exceptional GitLab maintenance is scheduled for June 24, 2025. The service will be unavailable between 8:00 am and 9:30 am. Please do not work on the platform until an announcement indicates that maintenance is complete.
This PR:
input
function;