test
Package Application with PyInstaller / build (push) Failing after 21s

This commit is contained in:
LunaChocken
2025-06-07 18:38:48 +01:00
parent 348a778978
commit 9735f39260
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from prompt_toolkit import prompt
from rich.console import Console
from rich.columns import Columns
from rich.panel import Panel
import vdfparser as vd
import src.vdfparser as vd
from src.prompt_helper import PromptHelper
class SteamGamePathTool: