mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
6d1fbdca97
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.
9 lines
245 B
Python
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"])
|