All the code in one batch

This commit is contained in:
2019-11-11 23:04:45 +01:00
parent 85a10c638f
commit 75755ef3c5
16 changed files with 543 additions and 66 deletions

View File

@@ -13,5 +13,5 @@ class Entry:
self.comment = comment.textContent if comment else ""
self.senses = [Sense(sense_xml) for sense_xml in
entry_xml.querySelectorAll("body senseList sense")]
entry_xml.querySelectorAll("body senseList sense")]