comment and todo cleanup
This commit is contained in:
parent
77841909fe
commit
c0104892c9
2 changed files with 1 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue