mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-23 14:26:02 +08:00
8 lines
122 B
Python
8 lines
122 B
Python
|
""" Wraptor
|
||
|
|
||
|
Provides a set of useful decorators and other wrap-like python utility functions
|
||
|
|
||
|
"""
|
||
|
|
||
|
__version__ = "0.6.0"
|