update directory structure

This commit is contained in:
2023-05-30 17:16:48 +08:00
parent 4968e6400e
commit 50111160e3
37 changed files with 150 additions and 159 deletions
-5
View File
@@ -13,11 +13,6 @@ import six
from . import sgf_grammar
from . import sgf_properties
__all__ = [
'Node',
'Sgf_game',
'Tree_node',
]
class Node: