Image superresolution of Sentinel 2 imagery for the DARTS dataset.
hello()
Say hello to the user.
Returns:
Name | Type |
Description |
str |
str
|
|
Source code in darts-superresolution/src/darts_superresolution/__init__.py
| def hello() -> str:
"""Say hello to the user.
Returns:
str: Greating message.
"""
return "Hello from darts-superresolution!"
|