Files
GameServerBot/main.py
Mikhail Shahovalov ac309f124f init telegrambot
2025-03-16 01:25:59 +03:00

4 lines
70 B
Python

import telegrambot
if __name__ == '__main__':
telegrambot.start()