weavingspace

 1"""See https://github.com/DOSull/weaving-space/blob/main/examples/using-the-library.ipynb)
 2for introductory usage guidance."""
 3
 4## Don't rearrange the order of imports!
 5## Import is sensitively dependent on the correct order.
 6from .tiling_utils import *
 7from ._loom import *
 8from ._weave_grid import *
 9from .tileable import *
10from ._tiling_geometries import *
11from .tile_unit import *
12from .weave_matrices import *
13from .weave_unit import *
14from .tile_map import *
15from .symmetry import *
16from .topology import *