This commit is contained in:
Adrien Ferrand 2020-09-25 01:05:15 +02:00
parent e64ad1446e
commit 6eb747c9dc

View file

@ -1,3 +1,4 @@
"""Certbot entrypoint for package execution"""
from certbot.main import main
if __name__ == "__main__":