- Python 3.6
$ python bms2json.py <path> <output path>
Please put the directory path where the .bms file exists in .
Please put the directory path to where you want to store generated json file.
(if is empty, generated json files are stored in same folder of bms files)
$ make@ykymd