4 lines
70 B
Python
4 lines
70 B
Python
import telegrambot
|
|
|
|
if __name__ == '__main__':
|
|
telegrambot.start() |