Dataset export for the DARTS dataset.
Functions
hello()
Say hello to the user.
Returns:
Name | Type |
Description |
str |
str
|
|
Source code in darts-export/src/darts_export/__init__.py
| def hello() -> str:
"""Say hello to the user.
Returns:
str: Greating message.
"""
return "Hello from darts-export!"
|