WIP feeder

This commit is contained in:
msramalho
2022-12-10 12:03:46 +00:00
parent 9dc709d3b9
commit 955891a411
9 changed files with 88 additions and 45 deletions

View File

@@ -4,7 +4,7 @@ import argparse, yaml
from dataclasses import dataclass, field
from typing import List
from feeders.feeder import Feeder
from step import Step
from steps.step import Step
from utils import Util
from enrichers import Enricher
from collections import defaultdict