Spaces:
Build error
Build error
File size: 174 Bytes
60840ab |
1 2 3 4 5 6 7 8 9 10 11 |
"""Prithvi-WxC - Weather and climate foundational model."""
__version__ = "1.0.0"
from . import dataloaders, model
__all__ = [
"dataloaders",
"model",
]
|