To make Fenrir easier to approach for new developer, start code migration to be pep8 compliant.

This commit is contained in:
Storm Dragon
2025-07-01 22:23:50 -04:00
parent 4bcf82178e
commit 7408951152
345 changed files with 8688 additions and 3852 deletions

View File

@ -2,6 +2,9 @@
# -*- encoding: utf-8
from fenrirscreenreader.core.i18n import _
class command():
def __init__(self):
pass