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