def __init__()

in src/functions_framework/_http/flask.py [0:0]


    def __init__(self, app, host, port, debug, **options):
        self.app = app
        self.host = host
        self.port = port
        self.debug = debug
        self.options = options