mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
57c4f89dd3
Remove all the relative imports from the python code that are not relative to the current module (e.g. `from .<X> import ...`).
8 lines
158 B
Python
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"]
|