Skip to content

Commit

Permalink
Add version info
Browse files Browse the repository at this point in the history
  • Loading branch information
kakaroto committed Jan 1, 2016
1 parent fe98870 commit 7ee8506
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SWParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
from SWParser import parse_pcap, add_monster
import sys

VERSION = "0.91"

if __name__ == "__main__":
print "SWParser v%s - Summoners War Data Parser and Extractor" % VERSION
print "\tWritten by KaKaRoTo\n\nLicensed under GPLv3 and available at : \n\thttps://github.com/kakaroto/SWParser"
if len(sys.argv) == 3:
add_monster.add_monster(sys.argv[1], sys.argv[2])
sys.exit(0)
Expand Down

0 comments on commit 7ee8506

Please sign in to comment.