Seregon/PkgToolBox

Toolbox for analyzing and editing pkg application files for psp,ps3, ps4 and ps5, includes the most useful functions you might need.

Python/57.3 KB/No license
pkgtoolbox/core/__init__.py
PkgToolBox / pkgtoolbox / core / __init__.py
1"""
2Core utilities for PKG Tool Box.
3"""
4 
5from .utils import EndianType, Utils
6 
7__all__ = ["EndianType", "Utils"]
8