> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
> Use this file to discover all available pages before exploring further.

# entrypoint

# `prefect.types.entrypoint`

## Classes

### `EntrypointType` <sup><a href="https://github.com/PrefectHQ/prefect/blob/main/src/prefect/types/entrypoint.py#L4" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>

Enum representing a entrypoint type.

File path entrypoints are in the format: `path/to/file.py:function_name`.
Module path entrypoints are in the format: `path.to.module.function_name`.
