mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-04-21 14:47:58 -04:00
11 lines
169 B
Python
11 lines
169 B
Python
__version__ = "1.5.0"
|
|
|
|
from .lock import Lock
|
|
from .lock import NeedRegenerationException
|
|
|
|
__all__ = [
|
|
"Lock",
|
|
"NeedRegenerationException",
|
|
"__version__",
|
|
]
|