prefect.types.entrypoint

Classes

EntrypointType

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.