now sync_from on init of all BaseObject classes

This commit is contained in:
Morgan 'ARR\!' Allen 2025-05-16 17:51:18 -07:00
parent ac84562e1a
commit 6d6ccadccf

View file

@ -12,6 +12,8 @@ class BaseObject:
feature.Type = self.TYPE feature.Type = self.TYPE
self.sync_from()
def execute(self, feature): def execute(self, feature):
# TODO this might not be the right move # TODO this might not be the right move
print(self, 'BaseObject.execute') print(self, 'BaseObject.execute')