Delete python_symb directory

This commit is contained in:
Crizomb 2023-08-02 00:37:52 +02:00 committed by GitHub
parent cc343851bf
commit a7461088cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 306 deletions

View file

@ -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)