mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 17:24:54 +00:00
Formatting and stuff
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
from abc import abstractmethod
|
||||
from typing import TypedDict
|
||||
|
||||
from .. import BaseEngine
|
||||
from ..BaseEngine import BaseEngine
|
||||
|
||||
|
||||
class BaseMetadataEngine(BaseEngine):
|
||||
def __init__(self, **kwargs) -> None:
|
||||
super().__init__()
|
||||
...
|
||||
|
||||
@abstractmethod
|
||||
|
||||
@@ -10,6 +10,7 @@ class ShortsMetadataEngine(BaseMetadataEngine):
|
||||
num_options = 0
|
||||
|
||||
def __init__(self, **kwargs) -> None:
|
||||
super().__init__(**kwargs)
|
||||
...
|
||||
|
||||
def get_metadata(self):
|
||||
|
||||
Reference in New Issue
Block a user