Files
revng-revng/python/revng/model/external.py
Giacomo Vercesi 57c4f89dd3 python: remove relative imports
Remove all the relative imports from the python code that are not
relative to the current module (e.g. `from .<X> import ...`).
2025-05-05 16:02:40 +02:00

8 lines
158 B
Python

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
from revng.model.metaaddress import MetaAddress
__all__ = ["MetaAddress"]