mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
2a239ddf47
Add the PipelineDescription object that describes the structure of a pipeline. This will be used by all the downstream users instead of pipeline accessor methods via PipelineC.
6 lines
128 B
Python
6 lines
128 B
Python
#
|
|
# This file is distributed under the MIT License. See LICENSE.md for details.
|
|
#
|
|
|
|
from ._generated import * # noqa: F401,F403
|