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'
]

関連記事