Intial commit
This commit is contained in:
9
h8536_decompiler.py
Normal file
9
h8536_decompiler.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Compatibility wrapper for the H8/536 ROM decompiler CLI."""
|
||||
|
||||
from h8536.cli import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
|
||||
Reference in New Issue
Block a user