mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Also move the protoc functionality to setup.py, making it a bit more complicated than usual :)
7 lines
112 B
Python
7 lines
112 B
Python
#!/usr/bin/env python
|
|
|
|
from trustify.client import client
|
|
|
|
if __name__ == "__main__":
|
|
client.authenticate()
|