mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-08 15:57:36 +08:00
8 lines
128 B
Python
8 lines
128 B
Python
from gevent import monkey
|
|
|
|
monkey.patch_socket()
|
|
monkey.patch_ssl()
|
|
|
|
from ._connection import Connection
|
|
|
|
__version__ = '0.0.7'
|