mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
9f0974abb3
moved version code to constants so that code can access it too changed Install/Remove Chalutier to FIshyQR in options
5 lines
93 B
Python
5 lines
93 B
Python
from fishy import constants
|
|
|
|
from fishy.__main__ import main
|
|
__version__ = constants.version
|