File size: 138 Bytes
e67043b
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from ..registry import register


@register("chemical-prop")
def chemical_prop():
    from .prop import build_tool

    return build_tool