oggit/packages/flask-restx/opengnsys-flask-restx-1.3.0/flask_restx/__about__.py

6 lines
156 B
Python

# -*- coding: utf-8 -*-
__version__ = "1.3.0"
__description__ = (
"Fully featured framework for fast, easy and documented API development with Flask"
)