Add Scientific facts script & open folder button

This commit is contained in:
2024-02-24 23:32:08 +01:00
parent ccfad9db06
commit 57e3225456
5 changed files with 25 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ ENGINES: dict[str, dict[str, bool | list[BaseEngine]]] = {
"classes": [
ScriptEngine.ShowerThoughtsScriptEngine,
ScriptEngine.CustomScriptEngine,
ScriptEngine.ScientificFactsScriptEngine,
],
"multiple": False,
},