[ot] Minor
This commit is contained in:
parent
aa9b3b6d43
commit
92093990cc
@ -239,6 +239,9 @@ class Struct(BaseConverter):
|
||||
pass
|
||||
return table
|
||||
|
||||
def __repr__(self):
|
||||
return "Struct of " + repr(self.tableClass)
|
||||
|
||||
|
||||
class Table(Struct):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user