Files
matrix-rss-bot/bot/__init__.py

5 lines
164 B
Python
Raw Permalink Normal View History

"""Matrix RSS Bot - бот для публикации RSS новостей в Matrix чаты"""
__version__ = "1.0.0"
__author__ = "iSlipper"
__license__ = "MIT"