Switch to side-by-side view

--- a
+++ b/aiagents4pharma/__init__.py
@@ -0,0 +1,11 @@
+"""
+This file is used to import aiagents4pharma modules.
+"""
+
+from . import (
+    talk2biomodels,
+    talk2cells,
+    talk2scholars,
+    talk2knowledgegraphs,
+    talk2aiagents4pharma
+)