Delete python_symb directory
This commit is contained in:
parent
cc343851bf
commit
a7461088cd
7 changed files with 0 additions and 306 deletions
|
@ -1,13 +0,0 @@
|
|||
from __future__ import annotations
|
||||
from typing import Union, List, Tuple, Optional, Dict, Callable
|
||||
from tree import Tree
|
||||
from operator import Add, Mul, Neg, Parenthesis
|
||||
|
||||
|
||||
class Expr(Tree):
|
||||
|
||||
def __init__(self, value, children=None):
|
||||
super().__init__(value, children)
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue