1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add __version__ variable

This commit is contained in:
Kelly Brazil
2020-02-04 11:18:15 -08:00
parent c84ec0361f
commit ab589ee3ed

View File

@ -90,6 +90,9 @@ class info():
author_email = 'kellyjonbrazil@gmail.com'
__version__ = info.version
def ctrlc(signum, frame):
exit()