mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 17:24:54 +00:00
🚀
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
from abc import ABC, abstractmethod
|
||||
import gradio as gr
|
||||
|
||||
|
||||
class BaseEngine(ABC):
|
||||
options: list
|
||||
num_options: int
|
||||
name: str
|
||||
description: str
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
pass
|
||||
|
||||
@classmethod
|
||||
@abstractmethod
|
||||
def get_options():
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user