mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
7 lines
116 B
Python
Executable File
7 lines
116 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from revng_dump_model.__main__ import main
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|