rebindiff/rebindiff/__main__.py

5 lines
71 B
Python

from rebindiff.main import main
if __name__ == "__main__":
main()