mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-30 12:32:45 +00:00
3 lines
41 B
Python
3 lines
41 B
Python
from certifi import where
|
|
print(where())
|