Update README.md

This commit is contained in:
csd4ni3l
2025-07-01 08:00:23 +02:00
parent 136d982395
commit 1726faf94b
2 changed files with 11 additions and 4 deletions

View File

@@ -1,8 +1,7 @@
import logging, arcade, arcade.gui, sys, traceback
from utils.constants import menu_background_color
import pyglet.info, pyglet.event
import pyglet
def dump_platform():
import platform
@@ -87,4 +86,4 @@ class FakePyPresence():
def update(self, *args, **kwargs):
...
def close(self, *args, **kwargs):
...
...