From 042713fc693b20a8dad38c0c49f4ccf0d3299b33 Mon Sep 17 00:00:00 2001 From: d116626 Date: Thu, 11 Apr 2024 16:58:19 -0300 Subject: [PATCH] feat: add iplanrio flows and queries --- pipelines/flows.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipelines/flows.py b/pipelines/flows.py index 36283dc..c9a0bbd 100644 --- a/pipelines/flows.py +++ b/pipelines/flows.py @@ -2,3 +2,5 @@ """ Imports all flows for every project so we can register all of them. """ +from pipelines.processorio import * # noqa +from pipelines.sicop import * # noqa