I have no time to review my commit

This commit is contained in:
2024-02-27 14:24:25 +01:00
parent c70872a0e5
commit 166eff8a8a
23 changed files with 400 additions and 53 deletions

View File

@@ -7,7 +7,6 @@ from ..chore import GenerationContext
from ..models import SessionLocal, File, Setting
# noinspection PyTypeChecker
class BaseEngine(ABC):
num_options: int
name: str
@@ -15,7 +14,6 @@ class BaseEngine(ABC):
def __init__(self):
self.ctx: GenerationContext # This is for type hinting only
pass
@classmethod
@abstractmethod