Initial commit~

This commit is contained in:
2025-04-01 15:51:26 +02:00
commit c80272906a
10 changed files with 732 additions and 0 deletions

6
main.py Normal file
View File

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