Refactor
This commit is contained in:
+5
-2
@@ -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__())
|
||||
Reference in New Issue
Block a user