This commit is contained in:
Juul
2025-07-21 13:50:03 +02:00
parent 5286a9de73
commit 073e957c9d
5 changed files with 29 additions and 28 deletions
+5 -2
View File
@@ -1,4 +1,7 @@
import hello
from Telegram.Telegram import Telegram
from Telegram.TelegramUtil import verzend
if __name__ == '__main__':
print(hello.helloWorld())
telegram = Telegram()
while True:
verzend(telegram.__str__())