[9d3784]: / aiagents4pharma / __init__.py

Download this file

12 lines (10 with data), 186 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
"""
This file is used to import aiagents4pharma modules.
"""
from . import (
talk2biomodels,
talk2cells,
talk2scholars,
talk2knowledgegraphs,
talk2aiagents4pharma
)