S SmartDocs
Série: AI for Chemistry python 8 lignes · Mis à jour 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'
]

Articles liés