xref
: /
openbmc
/
sdbusplus
/
tools
/
sdbus++
(revision 6f5ffc606a78e9b7b69d6dc6b0bc2c4b534df180)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
usr
/
bin
/
env
python3
2
from
sdbusplus
.
main
import
main
3
4
if
__name__
==
"__main__"
:
5
main
()
6