Feat(API): use balance before computing to optimize calculus

This commit is contained in:
2018-10-01 16:14:04 +02:00
parent 1266a2331b
commit e9a865a14a
2 changed files with 141 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ Abstracts tools for calculs manipulations
"""
from .tree import Tree
from .tree import Tree, AssocialTree
from .compute import compute
from .typing import typing
from .renders import tree2txt, tree2tex