This commit is contained in:
2025-04-19 20:23:37 +02:00
commit 5d70fe1ba2
11 changed files with 255 additions and 0 deletions

6
main.py Normal file
View File

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