Skip to content

Export Reference

darts_export

Dataset export for the DARTS dataset.

Functions

hello()

Say hello to the user.

Returns:

Name Type Description
str str

Greating message.

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!"