--- a
+++ b/aiagents4pharma/talk2scholars/__init__.py
@@ -0,0 +1,7 @@
+"""
+This file is used to import all the modules in the package.
+"""
+
+from . import agents, configs, state, tests, tools
+
+__all__ = ["agents", "configs", "state", "tests", "tools"]