Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -0,0 +1,5 @@
|
|||
"""HTML5 entities map: { name -> characters }."""
|
||||
|
||||
import html.entities
|
||||
|
||||
entities = {name.rstrip(";"): chars for name, chars in html.entities.html5.items()}
|
||||
Loading…
Add table
Add a link
Reference in a new issue