mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 01:06:19 +00:00
Add newline at the end of file
This commit is contained in:
1
src/chore/__init__.py
Normal file
1
src/chore/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from .GenerationContext import GenerationContext
|
||||
@@ -10,4 +10,4 @@ class BaseScriptEngine(BaseEngine):
|
||||
pass
|
||||
|
||||
def time_script(self):
|
||||
...
|
||||
...
|
||||
|
||||
@@ -22,4 +22,4 @@ class CustomScriptEngine(BaseScriptEngine):
|
||||
placeholder="Enter your prompt here",
|
||||
value="",
|
||||
)
|
||||
]
|
||||
]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
from .BaseScriptEngine import BaseScriptEngine
|
||||
from .ShowerThoughtsScriptEngine import ShowerThoughtsScriptEngine
|
||||
from .CustomScriptEngine import CustomScriptEngine
|
||||
from .CustomScriptEngine import CustomScriptEngine
|
||||
|
||||
@@ -1 +1 @@
|
||||
from . import prompting
|
||||
from . import prompting
|
||||
|
||||
Reference in New Issue
Block a user