Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openbmc-tools
/
96ebc4e78061da857cdb7278446b993fc483623d
/
.
/
tof-voters
/
voters
blob: 4129d848811d53311bbe9b1892a27be79595cdeb [
file
] [
log
] [
blame
]
#!/bin/env -S python3 -B
import
sys
from
libvoters
.
entry_point
import
main
if
__name__
==
"__main__"
:
sys
.
exit
(
main
())