mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 17:24:54 +00:00
Formatting and stuff
This commit is contained in:
@@ -12,13 +12,7 @@ from . import UploadEngine
|
||||
from .BaseEngine import BaseEngine
|
||||
from .NoneEngine import NoneEngine
|
||||
|
||||
|
||||
class EngineDict(TypedDict):
|
||||
classes: list[BaseEngine]
|
||||
multiple: bool
|
||||
|
||||
|
||||
ENGINES: dict[str, EngineDict] = {
|
||||
ENGINES: dict[str, dict[str, bool | list[BaseEngine]]] = {
|
||||
"SettingsEngine": {
|
||||
"classes": [SettingsEngine.SettingsEngine],
|
||||
"multiple": False,
|
||||
|
||||
Reference in New Issue
Block a user