Add newline at the end of file

This commit is contained in:
2024-02-15 17:50:06 +01:00
parent 3338077c18
commit c57817df85
5 changed files with 5 additions and 4 deletions

1
src/chore/__init__.py Normal file
View File

@@ -0,0 +1 @@
from .GenerationContext import GenerationContext

View File

@@ -10,4 +10,4 @@ class BaseScriptEngine(BaseEngine):
pass pass
def time_script(self): def time_script(self):
... ...

View File

@@ -22,4 +22,4 @@ class CustomScriptEngine(BaseScriptEngine):
placeholder="Enter your prompt here", placeholder="Enter your prompt here",
value="", value="",
) )
] ]

View File

@@ -1,3 +1,3 @@
from .BaseScriptEngine import BaseScriptEngine from .BaseScriptEngine import BaseScriptEngine
from .ShowerThoughtsScriptEngine import ShowerThoughtsScriptEngine from .ShowerThoughtsScriptEngine import ShowerThoughtsScriptEngine
from .CustomScriptEngine import CustomScriptEngine from .CustomScriptEngine import CustomScriptEngine

View File

@@ -1 +1 @@
from . import prompting from . import prompting