mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-14 19:54:38 +08:00
3 lines
41 B
Python
3 lines
41 B
Python
|
from certifi import where
|
||
|
print(where())
|