refactor #26

Merged
s481834 merged 34 commits from refactor into master 2024-06-04 13:25:11 +02:00
Showing only changes of commit 01a3d1864b - Show all commits

3
Tree.py Normal file
View File

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