[BOLT][Utils] Add dot2html module entry point
authorAmir Ayupov <aaupov@fb.com>
Mon, 17 Jul 2023 16:50:17 +0000 (09:50 -0700)
committerAmir Ayupov <aaupov@fb.com>
Mon, 17 Jul 2023 17:08:57 +0000 (10:08 -0700)
bolt/utils/dot2html/__main__.py [new file with mode: 0644]

diff --git a/bolt/utils/dot2html/__main__.py b/bolt/utils/dot2html/__main__.py
new file mode 100644 (file)
index 0000000..95f6a53
--- /dev/null
@@ -0,0 +1,4 @@
+import dot2html
+
+if __name__ == "__main__":
+    dot2html.main()