mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-07 20:57:45 +00:00
18 lines
168 B
Markdown
18 lines
168 B
Markdown
# Setting
|
|
|
|
|
|
## Supported Types
|
|
|
|
### One
|
|
|
|
```python
|
|
setting: operations.One = /* values here */
|
|
```
|
|
|
|
### Two
|
|
|
|
```python
|
|
setting: operations.Two = /* values here */
|
|
```
|
|
|