Llamole / src /model /planner /__init__.py
msun415's picture
Upload folder using huggingface_hub
13362e2 verified
raw
history blame
59 Bytes
from .molstar import molstar
__all__ = [
'molstar',
]