language: Rename expression classes

Rename the expression classes to match the documentation.
This commit is contained in:
James Westman 2023-04-09 14:46:29 -05:00
parent ef39b5d7db
commit 9e82a2fb2a
5 changed files with 23 additions and 23 deletions

View file

@ -7,8 +7,8 @@ from .expression import (
CastExpr,
ClosureArg,
ClosureExpr,
Expr,
ExprChain,
ExprBase,
Expression,
LiteralExpr,
LookupOp,
)