|
5 | 5 | CreateCommand, RmFileCommand, MvFileCommand, UpdateCommand, |
6 | 6 | SelectCommand, IdentifierFromFile, SingleFileClause, Segment, Marker, BodyOrWhole, MarkerType, RelativeMarker, |
7 | 7 | RelativePositionType, MoveClause, DeleteClause, InsertClause, ReplaceClause, EditingAction, Region, |
8 | | - WhereClause, RegionClause, EdScript |
| 8 | + WhereClause, RegionClause, EdScript, CaseStatement, CaseWhen, CaseAction, LoopControl |
9 | 9 | ) |
10 | 10 |
|
11 | 11 | __all__ = [ |
|
14 | 14 | "CreateCommand", "RmFileCommand", "MvFileCommand", "UpdateCommand", |
15 | 15 | "SelectCommand", "IdentifierFromFile", "SingleFileClause", "Segment", "Marker", "BodyOrWhole", "MarkerType", |
16 | 16 | "RelativeMarker", "RelativePositionType", "MoveClause", "DeleteClause", "InsertClause", "ReplaceClause", |
17 | | - "EditingAction", "Region", "WhereClause", "RegionClause", "EdScript" |
| 17 | + "EditingAction", "Region", "WhereClause", "RegionClause", "EdScript", "CaseStatement", "CaseWhen", "CaseAction", |
| 18 | + "LoopControl" |
18 | 19 | ] |
19 | 20 |
|
0 commit comments