example frequency/logdice shown.

This commit is contained in:
2020-02-03 06:18:51 +01:00
parent 437883701a
commit 599338a775
3 changed files with 9 additions and 6 deletions

View File

@@ -55,6 +55,9 @@ class Example(Editable):
return 2
else:
return 3
def get_other_attributes(self):
return self.inner.other_attributes
class CorpusExample: