mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-05-24 08:40:48 -04:00
6 lines
156 B
Python
6 lines
156 B
Python
# -*- coding: utf-8 -*-
|
|
__version__ = "1.3.2"
|
|
__description__ = (
|
|
"Fully featured framework for fast, easy and documented API development with Flask"
|
|
)
|