Files

7 lines
102 B
Python

def main():
print("Hello from certbot-dns-corenetworks!")
if __name__ == "__main__":
main()