This: -added Tree.py

This commit is contained in:
jakzar 2024-05-10 18:34:52 +02:00
parent feeca26892
commit 01a3d1864b

3
Tree.py Normal file
View File

@ -0,0 +1,3 @@
class Tree:
def __init__(self) -> None:
pass