mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
7231ee607a
Add the revng.api module: a wrapper around the PipelineC API.
8 lines
156 B
Python
8 lines
156 B
Python
#
|
|
# This file is distributed under the MIT License. See LICENSE.md for details.
|
|
#
|
|
# flake8: noqa: F401
|
|
|
|
from .manager import Manager
|
|
from .rank import Rank
|