示例#1
0
    def execute(self, event: Event):
        self.logger.info("START: execute")

        event.execute()

        self.logger.info("END: execute")