bazarr/libs/flask_restx/__about__.py
2022-09-21 23:51:34 -04:00

5 lines
156 B
Python

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