Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/flask_restx/__about__.py: 67%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

3 statements  

1# -*- coding: utf-8 -*- 

2__version__ = "1.3.1.dev" 

3__description__ = ( 

4 "Fully featured framework for fast, easy and documented API development with Flask" 

5)