This file contains hidden or 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
# pylint: disable=unused-variable | |
import struct | |
import zlib | |
''' | |
Parses both compressed and uncompressed PAK files to look for `metadata.json` | |
USAGE: | |
from AstroModPak import PakParser |