def __init__(self, app=None): self.url_map = Map() self.handlers = dict() if app is not None: self.init_app(app)