more cleanup
This commit is contained in:
@ -29,10 +29,10 @@ def property_maker(name, type_name):
|
||||
return prop
|
||||
|
||||
|
||||
|
||||
class Snippet:
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
super().__init__()
|
||||
self._properties = []
|
||||
self.set_properties(**kwargs)
|
||||
|
||||
|
Reference in New Issue
Block a user