Files
Andrew Gunnerson 904a9f666a Add end-to-end patching tests
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
2023-02-13 22:14:27 -05:00

7 lines
93 B
Python
Executable File

#!/usr/bin/env python3
from avbroot import main
if __name__ == '__main__':
main.main()