Changing how senses are added and how buttons are shown.

This commit is contained in:
2019-11-20 18:58:48 +01:00
parent 06ab8f2230
commit 1039a686cc
7 changed files with 62 additions and 63 deletions

View File

@@ -1,5 +1,6 @@
from model.sense import Sense
from model.editable import Editable
from model.tags import TAGS
class Entry(Editable):
def __init__(self, entry_xml):