mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
6 lines
67 B
Python
Executable File
6 lines
67 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from elf_diff.__main__ import main
|
|
|
|
main()
|