Files
revng-revng/python/scripts/revng-model-dump
T
2022-02-23 18:02:42 +01:00

10 lines
192 B
Python
Executable File

#!/usr/bin/env python3
#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
from revng.cli.model_dump.__main__ import main
if __name__ == "__main__":
main()