[BOLT][Utils] Add dot2html module entry point
This commit is contained in:
4
bolt/utils/dot2html/__main__.py
Normal file
4
bolt/utils/dot2html/__main__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import dot2html
|
||||
|
||||
if __name__ == "__main__":
|
||||
dot2html.main()
|
||||
Reference in New Issue
Block a user