mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
8 lines
121 B
Python
8 lines
121 B
Python
from flask_restx import Api
|
|
|
|
api = Api(
|
|
version="1.0",
|
|
title="DocsGPT API",
|
|
description="API for DocsGPT",
|
|
)
|