428th-exchange-bot/bot/__main__.py
Artemii Peretiachenko 8f6d2c07d6 Initial commit: 428th exchange Telegram bot.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-20 18:19:53 +02:00

4 lines
65 B
Python

from bot.main import main
if __name__ == "__main__":
main()