mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 17:24:54 +00:00
Add newline at the end of file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user