Just invoke it from the __init__ method:

class Root(controllers.RootController):
    def __init__(self):
        self.register_some_objects()

Reply via email to