diff --git a/dzgui/api/pefile.py b/dzgui/api/pefile.py index 3688cdb..d98bf3a 100644 --- a/dzgui/api/pefile.py +++ b/dzgui/api/pefile.py @@ -424,6 +424,7 @@ def get_pefile_path(steam_path: Path, appid: int) -> Path: return pe_path +# TODO: move to dzgui.api.steam def get_app_path(folders_path: Path, appid: int) -> Path: app_path = None