File size: 263 Bytes
e611d1f
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
"""
BCE Model Module

This module contains various neural network models for B-cell epitope prediction.
"""

# from .ReCEP import ReCEP
# from .EGNN import EGNNLayer
# from .dihedral import DihedralFeatures

# __all__ = ['ReCEP', 'EGNNLayer', 'DihedralFeatures']