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

관련 글