13 Nov
2022
13 Nov
'22
8:35 a.m.
so, in flat tree, i left some parts open for the different states of mind i have that managed to get that far so as to work on a reusable (and public) part. right now test.py is importing flat_tree from flat_tree #import append_indices #import mix_indices as append_indices from flat_tree import flat_tree#_mix_indices_oo as flat_tree but it used to import append_indices, mix_indices, etc. it looks like i migrated to referencing the flat_tree module for the different files ... it looks like i'm just using a flat_tree class from flat_tree, which itself must wrap the backendy things i tried to start. index = flat_tree(degree=3) # this is the only mention of the import so, on to flat_tree.py . I wonder if it has pending state too.