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
packages/utils.py
PkgToolBox / packages / utils.py
1"""
2Re-export console helpers from tools.utils to avoid duplication.
3"""
4 
5from tools.utils import bcolors, print_aligned, Logger # noqa: F401
6