Update for modern Python compatibility

This commit is contained in:
2025-11-20 02:47:11 +01:00
parent 06924213d2
commit edc55a5b0d
13 changed files with 1422 additions and 348 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from certbot-dns-corenetworks!")
if __name__ == "__main__":
main()