first working cross platform build

This commit is contained in:
edschuy95 2026-01-20 21:46:56 -05:00
parent 238722a64a
commit a9ac39357f

View file

@ -1,5 +1,4 @@
from pathlib import Path
import pty
import threading
import time
import os
@ -12,6 +11,9 @@ import psutil
import subprocess
import getpass
if (os.name != "nt"):
import pty
os.environ["PYGAME_HIDE_SUPPORT_PROMPT"] = "1"
import pygame