mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-06-02 06:23:34 +02:00
904a9f666a
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
7 lines
93 B
Python
Executable File
7 lines
93 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from avbroot import main
|
|
|
|
if __name__ == '__main__':
|
|
main.main()
|