import this
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import os | |
import struct | |
def main(): | |
if len(sys.argv) != 2: | |
print("Usage: python convert_hccapx_to_22000.py <input_hccapx_file>") | |
sys.exit(1) |