qq1990's picture
Upload 6 files
60840ab verified
raw
history blame contribute delete
174 Bytes
"""Prithvi-WxC - Weather and climate foundational model."""
__version__ = "1.0.0"
from . import dataloaders, model
__all__ = [
"dataloaders",
"model",
]