mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 03:52:44 +00:00
3 lines
41 B
Python
3 lines
41 B
Python
from certifi import where
|
|
print(where())
|