Spaces:
Sleeping
Sleeping
File size: 280 Bytes
9dd777e |
1 2 3 4 5 6 7 8 9 10 11 |
from .generation import generate_protacs
from .functional_groups import (
get_functional_group_at_attachment,
get_functional_groups_distributions,
)
__all__ = [
'generate_protacs',
'get_functional_group_at_attachment',
'get_functional_groups_distributions',
] |