Franny Dean
files
dde56f0
raw
history blame
144 Bytes
"""
The echonet.datasets submodule defines a Pytorch dataset for loading
echocardiogram videos.
"""
from .echo import Echo
__all__ = ["Echo"]