mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-01 03:21:02 +00:00
3 lines
82 B
Python
3 lines
82 B
Python
from flask import Flask
|
|
|
|
app = Flask(__name__, template_folder='./../client/html') |