Most of the pep8 changes finished. Be careful, things may be horribly broken.

This commit is contained in:
Storm Dragon
2025-07-03 13:22:00 -04:00
parent 7408951152
commit 21bb9c6083
344 changed files with 6374 additions and 6083 deletions

View File

@@ -5,9 +5,9 @@
# By Chrys, Storm Dragon, and contributers.
from fenrirscreenreader.core import debug
from fenrirscreenreader.core.soundDriver import soundDriver
from fenrirscreenreader.core.soundDriver import sound_driver
class driver(soundDriver):
class driver(sound_driver):
def __init__(self):
soundDriver.__init__(self)
sound_driver.__init__(self)