Rivista/__init__.py
Schimon Jehudah, Adv. 766e51af4c Modularize code;
Add packaging instructions;
Add modules to handle Gemini file type (no Gemini server yet);
Improve handling of configuration.
2024-11-12 15:25:05 +02:00

3 lines
93 B
Python

from rivista.version import __version__, __version_info__
print('Rivista XJP', __version__)