# EntrypointType

- Module: [Aspire.Hosting.Python](/reference/api/typescript/aspire.hosting.python.md)
- Version: `13.2.0`
- Kind: `enum`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
enum EntrypointType {
  Executable = 0,
  Script = 1,
  Module = 2,
}
```

## Values

- `Executable` = `0`
- `Script` = `1`
- `Module` = `2`
