Dateien hochladen nach „“

master
Justus Jan Nico Wolff 2022-08-19 15:29:28 +02:00
parent 5e8453579d
commit 98835b911a
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ class game():
input("enter to continue...")
exit()
self.osmodule = __import__("os")
self.keyboard = __import__("pynput").keyboard
self.keyboard = __import__("pynput")
self.keyboard = self.keyboard.keyboard
try:
self.sounddevice = __import__("sounddevice")
except OSError: