1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-23 22:41:34 +00:00
bazarr/libs/flask_restx/__about__.py

6 lines
156 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
2022-11-07 18:06:49 +00:00
__version__ = "1.0.3"
__description__ = (
"Fully featured framework for fast, easy and documented API development with Flask"
)