1
0
Fork 0

comment and todo cleanup

This commit is contained in:
Mouse Reeve 2020-02-19 00:35:12 -08:00
parent 77841909fe
commit c0104892c9
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,4 @@
''' we're solving fizzbuzz with a little help from the web '''
''' html parser to clean up incoming text from unknown sources '''
from html.parser import HTMLParser
class InputHtmlParser(HTMLParser):