RSS-to-Telegram-Bot/telegramRSSbot.py

7 lines
78 B
Python

#!/usr/bin/env python3
import src
if __name__ == '__main__':
src.main()