mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 05:08:28 +03:00
WIP feeder
This commit is contained in:
@@ -2,7 +2,7 @@ from __future__ import annotations
|
||||
from dataclasses import dataclass
|
||||
from abc import abstractmethod, ABC
|
||||
from metadata import Metadata
|
||||
from step import Step
|
||||
from steps.step import Step
|
||||
|
||||
@dataclass
|
||||
class Util(Step, ABC):
|
||||
|
||||
Reference in New Issue
Block a user