AI_PROJECT/Tree.py

3 lines
56 B
Python
Raw Normal View History

2024-05-10 18:34:52 +02:00
class Tree:
def __init__(self) -> None:
pass