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
GraphicUserInterface/dialogs/__init__.py
1from .settings_dialog import SettingsDialog
2 
3__all__ = ['SettingsDialog']