Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openbmc-tools
/
a296b776e770251cc1f685135535f650a179b004
/
.
/
tof-voters
/
voters
blob: 75c105e45b3d2c5fbde8dbfdb51d80ffcf21f6a2 [
file
] [
log
] [
blame
]
Patrick Williams
df917f8
2022-01-06 14:20:58 -0600
[
diff
] [
blame
]
1
#!/bin/env -S python3 -B
2
3
from
libvoters
.
entry_point
import
main
4
import
sys
5
6
if
__name__
==
"__main__"
:
7
sys
.
exit
(
main
())