Files
revng-revng/python/revng/api/__init__.py
Giacomo Vercesi 4f7e295a36 Introduce PipelineC wrapper for Python
Add the revng.api module: a wrapper around the PipelineC API.
2022-04-26 15:05:30 +02:00

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