File size: 85 Bytes
a585f5a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""
ISDNet datasets
"""

from .flair import FLAIRDataset

__all__ = ["FLAIRDataset"]