mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-22 22:10:42 +00:00
6 lines
156 B
Python
6 lines
156 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
__version__ = "0.5.1"
|
||
|
__description__ = (
|
||
|
"Fully featured framework for fast, easy and documented API development with Flask"
|
||
|
)
|