Merge old branches to refactor due to merge it with master #22

Merged
s481825 merged 20 commits from tree into refactor 2024-06-04 11:36:14 +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