obj.py 78 字节
Newer Older
1 2 3 4 5
from .base import BaseTreeStruct


class TreeObject(BaseTreeStruct):
    pass