This repository was archived by the owner on Aug 25, 2024. It is now read-only.
high_level: Move code into a directory and splitting out into files. #1170
Labels
enhancement
New feature or request
Pain Point
It is currently not possible to import some high-level functionalities in other core parts of dffml like
model.py
due to formation of circular import chains.Which blocks implementation of archive support for #662
References
Proposed Solution
Split the high_level code into a directory and splitting out into files such as high_level/dataflow.py (similar to cli)
A proposed split tree is given below :
Tree structure made with tree.nathanfriend.io
The text was updated successfully, but these errors were encountered: