5 lines
68 B
Python
5 lines
68 B
Python
|
import ssl
|
||
|
|
||
|
def get_policy():
|
||
|
return ssl.create_default_context
|