xref
: /
llvm-project
/
bolt
/
utils
/
dot2html
/
__main__.py
(revision b61fac52228c11df01f7fcd60f5e54a38318f21e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
import
dot2html
2
3
if
__name__
==
"__main__"
:
4
dot2html
.
main
()
5