Files
bennykok 6ea0b09d80 init
2024-07-16 14:45:28 -07:00

18 lines
149 B
Markdown

# Inputs
## Supported Types
### `str`
```python
value: str = /* values here */
```
### `float`
```python
value: float = /* values here */
```