Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/flask_restx/__about__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.2.2, created at 2023-03-26 06:03 +0000
« prev ^ index » next coverage.py v7.2.2, created at 2023-03-26 06:03 +0000
1# -*- coding: utf-8 -*-
2__version__ = "1.1.1.dev"
3__description__ = (
4 "Fully featured framework for fast, easy and documented API development with Flask"
5)