Files
revng-revng/python/revng/internal/pipebox.py
T
Giacomo Vercesi 6d1fbdca97 Implement infrastructure for PipeRuns
Add the needed infrastructures that allow ephemeral classes (`PipeRun`s)
to be wrapped as a regular pypeline `Pipe` class. These automatically
have their dependencies tracked and propagated to the pypeline.
2025-10-03 17:40:45 +02:00

9 lines
245 B
Python

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
from revng.internal.support import import_pipebox
from revng.support import get_root
_module, _handles = import_pipebox([get_root() / "lib/librevngPipebox.so"])