fishyboteso/fishy/__init__.py
Adam Saudagar 9f0974abb3 created migration code which is used to migrate data after an update
moved version code to constants so that code can access it too
changed Install/Remove Chalutier to FIshyQR in options
2021-11-21 16:30:41 +05:30

5 lines
93 B
Python

from fishy import constants
from fishy.__main__ import main
__version__ = constants.version