mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-06 06:52:07 +08:00
5 lines
156 B
Python
5 lines
156 B
Python
# -*- coding: utf-8 -*-
|
|
__version__ = "1.0.3"
|
|
__description__ = (
|
|
"Fully featured framework for fast, easy and documented API development with Flask"
|
|
)
|