File size: 692 Bytes
faf6c9a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Table of Contents

* [PlanFileEditAtomicFlow](#PlanFileEditAtomicFlow)
  * [PlanFileEditAtomicFlow](#PlanFileEditAtomicFlow.PlanFileEditAtomicFlow)
* [\_\_init\_\_](#__init__)

<a id="PlanFileEditAtomicFlow"></a>

# PlanFileEditAtomicFlow

<a id="PlanFileEditAtomicFlow.PlanFileEditAtomicFlow"></a>

## PlanFileEditAtomicFlow Objects

```python
class PlanFileEditAtomicFlow(AtomicFlow)
```

This class is used to write plan to a temp code file, with commented instructions to give information
to the user.

*Input Interface*:
- `plan`: str
- `plan_file_location`: str

*Output Interface*:
- `plan_editor_output`: str
- `temp_plan_file_location`: str

<a id="__init__"></a>

# \_\_init\_\_