S SmartDocs
系列: AI for Chemistry python 8 行 · 更新於 2026-02-11

__init__.py

AI for Chemistry/code/chemprop_VP-main (1)/chemprop_VP-main/chemprop/models/__init__.py

from .model import MoleculeModel
from .mpn import MPN, MPNEncoder

__all__ = [
    'MoleculeModel',
    'MPN',
    'MPNEncoder'
]

相關文章