* rename steps to pipeline module * move pipeline entrypoint to pipeline module * rename steps test module to pipeline * fix paths after renames * move step protocol to pipeline * create pipeline status enum * use Protocol from typing extensions * Fix linting
1 line
47 B
Python
1 line
47 B
Python
from .pipeline import Pipeline, PipelineStatus
|