Formatting and stuff

This commit is contained in:
2024-02-23 11:07:50 +01:00
parent 8951837d04
commit d7fa8945d1
13 changed files with 28 additions and 35 deletions

View File

@@ -7,7 +7,7 @@ class NoneEngine(BaseEngine):
description = "No engine selected"
def __init__(self):
pass
super().__init__()
@classmethod
def get_options(cls):